We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cd227 commit c21d309Copy full SHA for c21d309
frontend/package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"dev": "vite --host",
8
- "build": "tsc -b && vite build --base=/backoffice-frontend/",
+ "build": "tsc -b && vite build --base=/backoffice/",
9
"lint": "eslint .",
10
"preview": "vite preview"
11
0 commit comments