Files
wehub-resource-sync 50f2e15efc
Deploy Flowchart to GitHub Pages / build (push) Has been cancelled
Deploy Flowchart to GitHub Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:41:19 +08:00

9 lines
180 B
TypeScript

import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
base: '/ralph/',
})