same shit iver and over again Unable to forward your request to a backen
This commit is contained in:
Binary file not shown.
Binary file not shown.
+2
-2
@@ -4,11 +4,11 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev --turbopack -p 3000",
|
"dev": "next dev -p 3000",
|
||||||
"genkit:dev": "genkit start -- tsx src/ai/dev.ts",
|
"genkit:dev": "genkit start -- tsx src/ai/dev.ts",
|
||||||
"genkit:watch": "genkit start -- tsx --watch src/ai/dev.ts",
|
"genkit:watch": "genkit start -- tsx --watch src/ai/dev.ts",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "cross-env-shell PORT=${PORT:=3000} next start",
|
"start": "cross-env next start -p ${PORT:=3000}",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"typecheck": "tsc --noEmit",
|
"typecheck": "tsc --noEmit",
|
||||||
"db:seed": "tsx scripts/seed.ts"
|
"db:seed": "tsx scripts/seed.ts"
|
||||||
|
|||||||
Reference in New Issue
Block a user