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:
+11
-11
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user