Slight restructure, Containerfile now does npm build properly
This commit is contained in:
parent
3bc6e6928e
commit
e5dfc47ccf
8 changed files with 52 additions and 33 deletions
|
@ -1,2 +0,0 @@
|
|||
dist
|
||||
node_modules
|
|
@ -5,7 +5,7 @@ import { qrcode } from 'vite-plugin-qrcode'
|
|||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
build: {
|
||||
outDir: '../server/public'
|
||||
// outDir: '../server/public' // Override default outDir('dist')
|
||||
},
|
||||
plugins: [react(), qrcode()],
|
||||
server: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue