backoffice first commit

This commit is contained in:
2026-07-17 11:34:15 +02:00
parent 761db06329
commit 1c40ef6601
159 changed files with 25830 additions and 7875 deletions
+5 -2
View File
@@ -5,11 +5,14 @@ import { ViteMinifyPlugin } from 'vite-plugin-minify'
export default defineConfig({
server: {
host: '0.0.0.0',
port: 5174
host: '0.0.0.0',
port: 5173,
strictPort: true,
},
base: '',
root: 'src',
// root è 'src', ma i file .env/.env.production vivono nella root del repo (accanto a build.sh).
envDir: path.resolve(__dirname),
build: {
outDir: '../dist',
minify: true,