16
vite.config.js
Normal file
16
vite.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
base: '/7locks/', // Updated base
|
||||
server: {
|
||||
host: '127.0.0.1',
|
||||
port: 5005,
|
||||
strictPort: true,
|
||||
allowedHosts: [
|
||||
'zappy.jaredlog.com',
|
||||
'www.jaredlog.com'
|
||||
]
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user