Skip to content

Commit

Permalink
fix: Error: fix 500 server error
Browse files Browse the repository at this point in the history
  • Loading branch information
levos-snr committed Aug 30, 2024
1 parent 3dc282b commit d339de4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"start": "next start",
"flask-dev": "FLASK_DEBUG=1 pip install -r requirements.txt && python3 -m flask --app api/main run -p 8000",
"dev": "concurrently \"bun run next-dev\" \"bun run flask-dev\"",
"lint": "next lint",
"vercel-build": "bash ./vercel_build.sh"
"lint": "next lint"
},
"dependencies": {
"@types/react": "npm:types-react@rc",
Expand Down

0 comments on commit d339de4

Please sign in to comment.