Skip to content

Commit

Permalink
fix once and for all
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Mar 14, 2024
1 parent 689c4b1 commit 1c532a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions fake-api.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"db:generate": "prisma generate",
"dev": "next dev",
"lint": "next lint",
"start": "node fake-api.mjs",
"start": "node ./node_modules/next/dist/bin/next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
Expand Down

0 comments on commit 1c532a4

Please sign in to comment.