renaming client to app

This commit is contained in:
2024-05-22 19:54:09 -05:00
parent 22740ba2d2
commit d44d27e8b1
27 changed files with 314 additions and 324 deletions

7
app/vite.config.ts Normal file
View File

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