Skip to content
Snippets Groups Projects
Commit b15185fe authored by Chris Hines's avatar Chris Hines
Browse files

add index for mlerp

parent 7d834993
No related branches found
No related tags found
2 merge requests!112Add a feature for notifications when opening a new tab for the application....,!107Test
Pipeline #39436 passed
......@@ -74,6 +74,10 @@
"with": "src/environments/environment.mlerp.ts"
}
],
"index": {
"input": "src/index.gerp.html",
"output": "index.html"
},
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
......
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MLeRP</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="height: 100vh; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;" class="mat-typography">
<app-root></app-root>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment