Skip to content

Commit

Permalink
fix: move nextjs-flask example from pnpm to npm (#28)
Browse files Browse the repository at this point in the history
* fix: dependabot alerts

* fix: move nextjs-flask example from pnpm to npm
  • Loading branch information
yunusemreozdemir authored Jan 23, 2025
1 parent da613aa commit 9a83c19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2,807 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs-flask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"flask-dev": "FLASK_DEBUG=1 pip3 install -r requirements.txt && python3 -m flask --app api/flask_index run -p 8000",
"next-dev": "next dev",
"dev": "concurrently \"pnpm run next-dev\" \"pnpm run flask-dev\"",
"dev": "concurrently \"npm run next-dev\" \"npm run flask-dev\"",
"build": "next build",
"start": "next start",
"lint": "next lint"
Expand Down
Loading

0 comments on commit 9a83c19

Please sign in to comment.