Initial LisgloSIPS V2 implementation
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import react from '@vitejs/plugin-react';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
host: '127.0.0.1',
|
||||
proxy: {
|
||||
'/api/v2': 'http://127.0.0.1:3000'
|
||||
}
|
||||
},
|
||||
preview: {
|
||||
host: '127.0.0.1'
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user