Added CSS var and /@server on viite config

This commit is contained in:
2026-04-03 13:56:17 -04:00
parent 2592137fa3
commit 027ae4d130
2 changed files with 6 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ export default defineConfig({
"/auth": {
target: "http://localhost:10002",
changeOrigin: true
},
"/@server": {
target: "http://localhost:10002",
changeOrigin: true
}
},
host: true,