mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-29 19:18:30 -07:00
!wip possible read a .json file to get the value?
This commit is contained in:
parent
cc30cc0b43
commit
a7687f6dea
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@ import { platformBrowserDynamic } from "@angular/platform-browser-dynamic";
|
||||||
import { AppModule } from "./app/app.module";
|
import { AppModule } from "./app/app.module";
|
||||||
|
|
||||||
declare var module: any;
|
declare var module: any;
|
||||||
|
declare var __webpack_public_path__: any;
|
||||||
|
__webpack_public_path__ = "Test/";
|
||||||
|
|
||||||
|
if(__webpack_public_path__) {
|
||||||
|
//
|
||||||
|
}
|
||||||
|
|
||||||
if (module.hot) {
|
if (module.hot) {
|
||||||
module.hot.accept();
|
module.hot.accept();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue