mirror of
https://github.com/LCE-Hub/piston.git
synced 2026-08-20 04:28:11 +00:00
ci
This commit is contained in:
parent
377d3b1f2c
commit
2d086b571c
|
|
@ -1,7 +1,5 @@
|
||||||
import { defineConfig } from 'vite'
|
import { defineConfig } from 'vite'
|
||||||
import react from '@vitejs/plugin-react'
|
import react from '@vitejs/plugin-react'
|
||||||
|
|
||||||
// https://vite.dev/config/
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
base: './',
|
base: './',
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue