We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b3942 commit 1bb2ab9Copy full SHA for 1bb2ab9
package.json
@@ -7,7 +7,7 @@
7
"genkit:dev": "genkit start -- tsx src/ai/dev.ts",
8
"genkit:watch": "genkit start -- tsx --watch src/ai/dev.ts",
9
"build": "next build",
10
- "start": "next start",
+ "start": "next start -p 9002",
11
"prod": "npm run build && npm run start",
12
"lint": "next lint",
13
"typecheck": "tsc --noEmit"
@@ -80,4 +80,4 @@
80
"tailwindcss": "^3.4.1",
81
"typescript": "^5"
82
}
83
-}
+}
0 commit comments