Compare commits

...

5 Commits

Author SHA1 Message Date
Keith Williams af7107f88e Removed index.ts 2023-08-10 15:16:13 +01:00
Keith Williams 9eda88c01e Brought back start command 2023-08-10 15:14:11 +01:00
Keith Williams 4343c5972a Added new relic log to gitignore 2023-04-20 15:30:55 -03:00
Keith Williams 7c57a3cf2f Added the newrelic runner to the start command 2023-04-20 12:40:50 -03:00
Keith Williams a6ea86b334 Added New Relic dependencies 2023-04-20 12:36:57 -03:00
4 changed files with 385 additions and 1967 deletions

1
.gitignore vendored
View File

@ -96,3 +96,4 @@ apps/auth
!.yarn/releases
!.yarn/sdks
!.yarn/versions
apps/web/newrelic_agent.log

View File

@ -13,7 +13,7 @@
"type-check": "tsc --pretty --noEmit",
"type-check:ci": "tsc-absolute --pretty --noEmit",
"build": "next build",
"start": "next start",
"start": "NODE_OPTIONS='-r @newrelic/next' next start",
"lint": "eslint . --ignore-path .gitignore",
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
"lint:report": "eslint . --format json --output-file ../../lint-results/web.json",

View File

@ -93,9 +93,11 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@newrelic/next": "^0.5.0",
"city-timezones": "^1.2.1",
"eslint": "^8.34.0",
"lucide-react": "^0.130.0",
"newrelic": "^10.0.0",
"turbo": "^1.8.3"
},
"resolutions": {

2347
yarn.lock

File diff suppressed because it is too large Load Diff