Files
Slutprojekt-Webbutveckling-…/vite.config.ts
T
phille06 f913a78b86
Deploy static content to Pages / deploy (push) Has been cancelled
feat: satt upp Vite + React + TypeScript + TailwindCSS
2026-03-25 00:21:55 +01:00

7 lines
133 B
TypeScript

import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})