mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
updated env files to allow configuring api base url
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import 'crawlab-ui/dist/crawlab-ui.css';
|
||||
import {createApp} from 'crawlab-ui';
|
||||
|
||||
createApp();
|
||||
(async function () {
|
||||
// @ts-ignore
|
||||
window.VUE_APP_API_BASE_URL = process.env.VUE_APP_API_BASE_URL;
|
||||
await createApp();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user