This commit is contained in:
metacryst
2026-04-04 01:41:37 -05:00
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,