switched to react router frontend
This commit is contained in:
parent
37ee554278
commit
1606d1faf0
27 changed files with 2310 additions and 7198 deletions
8
frontend/vite.config.ts
Normal file
8
frontend/vite.config.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { reactRouter } from "@react-router/dev/vite";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import { defineConfig } from "vite";
|
||||
import tsconfigPaths from "vite-tsconfig-paths";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [tailwindcss(), reactRouter(), tsconfigPaths()],
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue