source: chapterx-frontend/vite.config.ts@ a8f4a2d

main
Last change on this file since a8f4a2d was b62cefc, checked in by kikisrbinoska <srbinoskakristina07@…>, 4 months ago

Added frontend and imporoved AI Suggestions service

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