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

@@ -15,6 +15,7 @@
--sidebar: #698b6f;
--divider: #523636;
--lightDivider: #52363681;
--darkbrown: #3f0808;
--darkgrey: #5c4646;
@@ -55,6 +56,7 @@
--sidebar: #240609;
--divider: #523636;
--lightDivider: #52363680;
--darktext: #62473E;
--headertext: #ffd8bb;
--darkred: #6b2c1d;

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,