embedのbootエントリーポイントを分離

This commit is contained in:
kakkokari-gtyih
2024-06-07 16:50:13 +09:00
parent bd0b7f90cf
commit 29033bd460
8 changed files with 65 additions and 36 deletions

View File

@@ -130,6 +130,7 @@ export function getConfig(): UserConfig {
rollupOptions: {
input: {
app: './src/_boot_.ts',
embedApp: './src/_embed_boot_.ts',
},
external: externalPackages.map(p => p.match),
output: {