Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

vite.config.ts 163B

1234567
  1. import { defineConfig } from 'vite'
  2. import react from '@vitejs/plugin-react'
  3. // https://vitejs.dev/config/
  4. export default defineConfig({
  5. plugins: [react()],
  6. })