new build script + fix draw

This commit is contained in:
Felix Roos 2022-05-17 22:45:23 +02:00
parent ed35f967b0
commit 806c8925c9
5 changed files with 12 additions and 2 deletions

View file

@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
build: {
outDir: '../out',
},
});