"add docker compose up/down scripts and update vite config for production environment"
This commit is contained in:
7
vite.config.js
Normal file
7
vite.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
server: {
|
||||
allowedHosts: ['pa_mobile.louislabs.com'],
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user