/
githubmirror
/
gpt-pilot
Обзор
Документация
Войти
/
githubmirror
/
gpt-pilot
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/templates/tree/javascript_react/vite.config.js
7 строк
163 B
Senko Rasic
Add new fullstack template (react+express) and refactor templates to support options
27 июн 2024, 18:59
27 июн 2024, 18:59
7bda7f1
Код
Авторство
О чём код?
import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], })