try a thing

This commit is contained in:
Orion Reed 2024-07-09 02:24:47 +01:00
parent ccc4d48b81
commit 5f30904b1d
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"preview": "tsc && vite build && vite preview",
"tsc": "tsc"
},
"dependencies": {

View File

@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react'
import { resolve } from 'path'
export default defineConfig({
base: '/scoped-propagators/',
plugins: [react()],
resolve: {
alias: {