feat(server): serve client directly instead of proxying

This commit is contained in:
Elian Doran
2025-05-17 00:51:06 +03:00
parent cb381d01c1
commit 278cdf64f2
4 changed files with 5 additions and 33 deletions

View File

@@ -7,7 +7,6 @@ const assets = [ "assets", "stylesheets", "libraries", "fonts", "translations" ]
export default defineConfig(() => ({
root: __dirname,
base: "/assets/v0.94.0/app/",
cacheDir: '../../node_modules/.vite/apps/client',
server: {
port: 4200,