source: frontend/vite.config.js@ a98dbb7

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

first commit

  • Property mode set to 100644
File size: 161 bytes
RevLine 
[72053b5]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.