mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-27 17:52:35 +01:00
8 lines
164 B
TypeScript
8 lines
164 B
TypeScript
import react from '@vitejs/plugin-react';
|
|
import { defineConfig } from 'vite';
|
|
|
|
// https://vite.dev/config/
|
|
export default defineConfig({
|
|
plugins: [react()],
|
|
});
|