Disable Vision API and Media API services in docker-compose.yml for development; add start-dev.sh script for scheduling-remote to streamline development workflow.

This commit is contained in:
salirezav
2026-01-14 16:04:39 -05:00
parent 3eeaa72145
commit 87ff14705e
3 changed files with 162 additions and 112 deletions

View File

@@ -9,7 +9,7 @@
"build:watch": "vite build --watch",
"serve:dist": "serve -s dist -l 3003",
"preview": "vite preview --port 3003",
"dev:watch": "npm run build && (npm run build:watch &) && sleep 1 && npx http-server dist -p 3003 --cors -c-1"
"dev:watch": "./start-dev.sh"
},
"dependencies": {
"@supabase/supabase-js": "^2.52.0",