Help me please deploy my FullStack proejct on vercel

I deployed my project to vercel and got 404 NOT FOUND error I want deploy my React + Vite + TypeScript + express + Node.js porject with frontend on localhost:8000 and backend on localhost:3000 to vercel sucessfuly I have this folder structure and vercel.json (I know that I need to write functions for my backend endpoints) I use bun Here is my package.json
{
"name": "codesandbox-store-supabase",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"bun vite --port 8000\" \"bun nodemon --esm server.ts\"",
"dev-client": "bun vite --port 8000",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"type-check": "tsc -p tsconfig.json --noEmit",
"email": "email dev --dir src/emails --port 4000"
},
{
"name": "codesandbox-store-supabase",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"bun vite --port 8000\" \"bun nodemon --esm server.ts\"",
"dev-client": "bun vite --port 8000",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"type-check": "tsc -p tsconfig.json --noEmit",
"email": "email dev --dir src/emails --port 4000"
},
Here is my deployment setting on vercel
No description
No description
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server