Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Mark Duppenthaler
Initial boilerplate for flask server running react frontend on typescript, tailwind, daisyui
f762ee5
| import { defineConfig } from 'vite' | |
| import react from '@vitejs/plugin-react' | |
| // https://vitejs.dev/config/ | |
| export default defineConfig({ | |
| plugins: [react()], | |
| build: { | |
| outDir: 'dist', | |
| emptyOutDir: true | |
| } | |
| }) | |