removed uncomple web ui and put it on a different branch to avoid confusion, rmoved common folder with files for redis and grpc as they are currently not used, adjusted dev container

This commit is contained in:
2025-01-05 09:15:50 +00:00
parent 178bd81d9c
commit c83a797075
58 changed files with 11 additions and 12964 deletions
+11 -11
View File
@@ -1,16 +1,16 @@
#!/bin/bash
# Frontend setup
if [ -d "frontend-react" ]; then
echo "Setting up frontend-react..."
(
cd frontend-react
# npm install
deno install --allow-scripts
) &
else
echo "frontend-react directory not found, skipping..."
fi
## Frontend setup
#if [ -d "frontend-react" ]; then
# echo "Setting up frontend-react..."
# (
# cd frontend-react
# # npm install
# deno install --allow-scripts
# ) &
#else
# echo "frontend-react directory not found, skipping..."
#fi
# Dart backend setup
if [ -d "backend-dart" ]; then