source: frontend/vite.config.js@ 72053b5

Last change on this file since 72053b5 was 72053b5, checked in by Andrej <asumanovski@…>, 5 months ago

first commit

  • Property mode set to 100644
File size: 161 bytes
Line 
1import { defineConfig } from 'vite'
2import react from '@vitejs/plugin-react'
3
4// https://vite.dev/config/
5export default defineConfig({
6 plugins: [react()],
7})
Note: See TracBrowser for help on using the repository browser.