1
0
forked from noxious/client

POC working new caching method - moved controllers folder, renamed assets to textures, fixed HTTP bug, formatted code

This commit is contained in:
2025-01-07 03:59:02 +01:00
parent 41f82897a8
commit 6e30a8530a
9 changed files with 315 additions and 1346 deletions

View File

@ -8,7 +8,6 @@ import viteCompression from 'vite-plugin-compression';
export default defineConfig({
plugins: [
vue(),
// VueDevTools(),
viteCompression()
],
resolve: {