fix test cli oauth

This commit is contained in:
2026-03-01 21:27:37 +09:00
parent 6d3e233ee2
commit 32168f14d0
16 changed files with 1201 additions and 49 deletions

View File

@@ -7,6 +7,12 @@ export default defineConfig({
build: {
outDir: '../../dist',
emptyOutDir: true,
rollupOptions: {
input: {
main: resolve(__dirname, 'src/web/index.html'),
'oauth-cli': resolve(__dirname, 'src/web/oauth/cli/index.html'),
},
},
},
resolve: {
alias: {