Skip to content

Commit 889f022

Browse files
committed
Update build directory
1 parent 81aac47 commit 889f022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-web-app",
3-
"version": "7.0.17",
3+
"version": "7.0.30",
44
"type": "module",
55
"private": true,
66
"scripts": {

app/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default defineConfig(({ mode }) => {
6060
strictPort: true,
6161
},
6262
build: {
63-
outDir: 'build',
63+
outDir: '../build',
6464
sourcemap: isProd,
6565
rollupOptions: {
6666
output: {

0 commit comments

Comments
 (0)