chore: updated gh workflow for deploying files to VPS

This commit is contained in:
2025-12-04 00:19:16 +01:00
parent f335ca8fc2
commit 200318def7
2 changed files with 21 additions and 10 deletions
+1 -10
View File
@@ -39,14 +39,5 @@ export default defineConfig({
},
devOptions: { enabled: true, suppressWarnings: true }
})
],
build: {
rollupOptions: {
output: {
entryFileNames: 'app-[name].js',
assetFileNames: 'app-[name].css',
chunkFileNames: 'chunk-[name].js'
}
}
}
]
});