👷🏽 Updated build command

This commit is contained in:
2023-02-16 14:25:42 -05:00
parent 0b0f4681d4
commit f32feacca4
6 changed files with 38 additions and 24 deletions

View File

@@ -1,7 +1,9 @@
import react from '@vitejs/plugin-react';
import { defineConfig } from 'vite';
export default defineConfig({
publicDir: './public',
// publicDir: './public',
build: "esnext",
plugins: [
// …
react({