same shit iver and over again Unable to forward your request to a backen

This commit is contained in:
Leon Serfaty G
2025-09-01 07:14:38 +00:00
parent 6ae8b4ee1a
commit 22a8fe3fde
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -4,11 +4,11 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 3000",
"dev": "next dev -p 3000",
"genkit:dev": "genkit start -- tsx src/ai/dev.ts",
"genkit:watch": "genkit start -- tsx --watch src/ai/dev.ts",
"build": "next build",
"start": "cross-env-shell PORT=${PORT:=3000} next start",
"start": "cross-env next start -p ${PORT:=3000}",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"db:seed": "tsx scripts/seed.ts"