빌드/배포 경로 변경

This commit is contained in:
Jay Sheen
2025-09-17 10:05:25 +09:00
parent 1615fa3760
commit 7fa0ee4598
8 changed files with 16 additions and 13 deletions

View File

@@ -57,7 +57,7 @@ export default ({ mode }) => {
return defineConfig({
build: {
outDir: 'dist',
outDir: 'build',
sourcemap: true,
target: 'es2015',
rollupOptions: {