diff --git a/web/.gitignore b/web/.gitignore index 088739f8..aa99e7a2 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -12,6 +12,7 @@ node_modules dist dist-ssr *.local +*.env # Editor directories and files .vscode/* diff --git a/web/package.json b/web/package.json index 7bfea1da..e87e808a 100644 --- a/web/package.json +++ b/web/package.json @@ -29,6 +29,7 @@ "@testing-library/dom": "^10.1.0", "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^16.0.0", + "@types/node": "^20.14.2", "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@typescript-eslint/eslint-plugin": "^6.14.0", diff --git a/web/src/components/ExecInfo.tsx b/web/src/components/ExecInfo.tsx index a98755c9..48ea181b 100644 --- a/web/src/components/ExecInfo.tsx +++ b/web/src/components/ExecInfo.tsx @@ -1,10 +1,9 @@ -import { execs } from "../data/data"; import ExecCard from "../screens/ExecScreen"; function ExecScreen() { return (