Skip to content

Commit

Permalink
feat: add operator (logo, name) and updownio global dashboard page (#286
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lsagetlethias authored Nov 30, 2023
1 parent 3c72f19 commit 8f9b630
Show file tree
Hide file tree
Showing 33 changed files with 2,163 additions and 20,444 deletions.
1 change: 1 addition & 0 deletions report/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14
5,990 changes: 0 additions & 5,990 deletions report/package-lock.json

This file was deleted.

3 changes: 2 additions & 1 deletion report/www/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"root": true,
"extends": "next/core-web-vitals"
}
}
1 change: 1 addition & 0 deletions report/www/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14
6 changes: 4 additions & 2 deletions report/www/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ const customJestConfig = {
setupFilesAfterEnv: ["<rootDir>/jest.setup.js"],
moduleNameMapper: {
// Handle module aliases (this will be automatically configured for you soon)
"^@/components/(.*)$": "<rootDir>/components/$1",

"^@/components/(.*)$": "<rootDir>/src/components/$1",
"^@/pages/(.*)$": "<rootDir>/pages/$1",
"^@/config.json$": "<rootDir>/src/config.json",
"^@/trends.json$": "<rootDir>/src/trends.json",
"^@/report.json$": "<rootDir>/src/report.json",
},
testEnvironment: "jest-environment-jsdom",
};
Expand Down
Loading

0 comments on commit 8f9b630

Please sign in to comment.