Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 0baa93d

Browse files
authored
Add conditional compiling and not found messaging (#55)
* conditional compiling and 404 metric state * updated gitignore * added cors to error responses
1 parent 4db1c17 commit 0baa93d

File tree

11 files changed

+358
-249
lines changed

11 files changed

+358
-249
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/target
2-
/node_modules
3-
/dist
2+
/**/node_modules
3+
/**/dist
44
/.vscode
55
log/**
66
.env

dashboard-ui/package-lock.json

Lines changed: 31 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dashboard-ui/public/favicon.ico

-3.78 KB
Binary file not shown.

0 commit comments

Comments
 (0)