chore: initialize deployable website and CMS
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
base: '/admin/',
|
||||
server: { host: '0.0.0.0', port: 15174 },
|
||||
build: { outDir: 'dist' }
|
||||
})
|
||||
Reference in New Issue
Block a user