Update vite.config.ts
This commit is contained in:
@@ -5,7 +5,6 @@ import react from '@vitejs/plugin-react';
|
|||||||
export default defineConfig(({ mode }) => {
|
export default defineConfig(({ mode }) => {
|
||||||
const env = loadEnv(mode, '.', '');
|
const env = loadEnv(mode, '.', '');
|
||||||
return {
|
return {
|
||||||
base: '/jbdtool/',
|
|
||||||
server: {
|
server: {
|
||||||
allowedHosts: ['app.tindevil.com','*.tindevil.com'],
|
allowedHosts: ['app.tindevil.com','*.tindevil.com'],
|
||||||
port: 4173,
|
port: 4173,
|
||||||
|
|||||||
Reference in New Issue
Block a user