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