source: frontend/vite.config.js@ ff01f66

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

Landing page design

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