Migrate installer to Apollo

This commit is contained in:
Yukino Song
2024-08-23 00:55:56 +08:00
parent 88a3cfd7a5
commit 8bbd64f025
15 changed files with 79 additions and 27 deletions

View File

@@ -43,6 +43,7 @@ export default defineConfig({
root: resolve(assetsSrcPath),
build: {
outDir: resolve(assetsDstPath),
emptyOutDir: true,
rollupOptions: {
input: {
apps: resolve(assetsSrcPath, 'apps.html'),