now rendering

This commit is contained in:
Robyn Drake 2023-04-29 04:53:12 -05:00
parent e250fe6296
commit c4d60f5cbd
1 changed files with 2 additions and 1 deletions

View File

@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react-swc'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
root: "src/client",
plugins: [react()],
})