แก้ keycloak build

This commit is contained in:
Kittapath 2023-11-17 01:08:27 +07:00
parent f80af4ebf1
commit 90cf214459
3 changed files with 18 additions and 15 deletions

View file

@ -54,6 +54,9 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url)),
},
},
build: {
target: 'esnext',
},
server: {
port: 3008,
},