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