We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc88a3 commit 13df91eCopy full SHA for 13df91e
3 files changed
nodewatch/vite.config.js
@@ -4,5 +4,6 @@ import react from '@vitejs/plugin-react'
4
// https://vite.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
+ build: { outDir: '..' },
8
base: '/nodewatch/',
9
})
0 commit comments