source:
frontend/vite.config.js@
5c20c64
| Last change on this file since 5c20c64 was 793ce2c, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 221 bytes | |
| Line | |
|---|---|
| 1 | import { defineConfig } from 'vite' |
| 2 | import react from '@vitejs/plugin-react' |
| 3 | import tailwindcss from '@tailwindcss/vite'; |
| 4 | |
| 5 | // https://vite.dev/config/ |
| 6 | export default defineConfig({ |
| 7 | plugins: [react(), tailwindcss()], |
| 8 | }) |
Note:
See TracBrowser
for help on using the repository browser.
