Update directory

This commit is contained in:
2024-01-13 22:28:53 +07:00
parent 5d60a1c697
commit c29b153e30
3 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"main": "api/server.js",
"scripts": {
"start-flask": "python main.py",
"start-flask": "python api/main.py",
"start-express": "nodemon api/server.js",
"start":"npm run start-proxy & npm run start-flask & npm run start-express"
},