source: frontend/vite.config.ts@ c807e22

main
Last change on this file since c807e22 was 15ec67f, checked in by Filip Gavrilovski <filipgavrilovski28@…>, 6 months ago

init

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