Added basic frontend setup
This commit is contained in:
9
apps/frontend/vite.config.ts
Normal file
9
apps/frontend/vite.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
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()],
|
||||
appType: 'spa',
|
||||
});
|
||||
Reference in New Issue
Block a user