We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81aac47 commit 889f022Copy full SHA for 889f022
app/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "go-web-app",
3
- "version": "7.0.17",
+ "version": "7.0.30",
4
"type": "module",
5
"private": true,
6
"scripts": {
app/vite.config.ts
@@ -60,7 +60,7 @@ export default defineConfig(({ mode }) => {
60
strictPort: true,
61
},
62
build: {
63
- outDir: 'build',
+ outDir: '../build',
64
sourcemap: isProd,
65
rollupOptions: {
66
output: {
0 commit comments