mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-05 20:45:45 +08:00
Merge pull request #343 from siteboon/viper151-patch-1-1
Set base path for Vite configuration
This commit is contained in:
@@ -7,6 +7,7 @@ export default defineConfig(({ command, mode }) => {
|
|||||||
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
base: './',
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
server: {
|
server: {
|
||||||
port: parseInt(env.VITE_PORT) || 5173,
|
port: parseInt(env.VITE_PORT) || 5173,
|
||||||
|
|||||||
Reference in New Issue
Block a user