chore: proxy backend routes via Next rewrites

This commit is contained in:
taDuc
2026-05-10 02:55:45 +07:00
parent b3e765b6f1
commit 0d6599015b
4 changed files with 37 additions and 6 deletions
+1
View File
@@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"dev:3008": "next dev -p 3008",
"build": "next build",
"start": "next start",
"lint": "eslint ."