mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-30 04:02:24 +02:00
feat(pages): add pages-v2 react variant
This commit is contained in:
7
pages-v2/vite.config.ts
Normal file
7
pages-v2/vite.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import react from '@vitejs/plugin-react';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
});
|
||||
Reference in New Issue
Block a user