/ concept-collection / hitandrun-commonview
Sign in
concept-collection / hitandrun-commonview
hitandrun-commonview / vite.config.ts
8 lines · 245 BCodeBlameHistory
40dabfdInitial commit: shared-view hit-and-run samplerJeremy Magland 1import {defineConfig} from 'vite'
2import react from '@vitejs/plugin-react'
4export default defineConfig({
5 // Project pages are served from https://<org>.github.io/hitandrun-commonview/
6 base: '/hitandrun-commonview/',
7 plugins: [react()]
8})
moveopenescclose