Merge pull request 'Changed build directory' (#3) from main into prod
Reviewed-on: #3
This commit is contained in:
commit
7e8e01d69b
@ -9,5 +9,8 @@ export default defineConfig({
|
|||||||
compiler: 'svelte',
|
compiler: 'svelte',
|
||||||
autoInstall: true
|
autoInstall: true
|
||||||
})
|
})
|
||||||
]
|
],
|
||||||
|
build: {
|
||||||
|
outDir: '../../build'
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user