source:
chapterx-frontend/vite.config.ts@
a8f4a2d
| Last change on this file since a8f4a2d was b62cefc, checked in by , 4 months ago | |
|---|---|
|
|
| File size: 161 bytes | |
| Line | |
|---|---|
| 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.
