File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
"tc" : " tsc --noEmit" ,
13
13
"test" : " vitest --run" ,
14
14
"test:watch" : " vitest" ,
15
- "sentry:sourcemaps" : " sentry-cli sourcemaps inject --org latitude-l5 --project latitude-llm-app ./dist && sentry-cli sourcemaps upload --org latitude-l5 --project latitude-gateway ./dist"
15
+ "sentry:sourcemaps" : " sentry-cli sourcemaps inject --org latitude-l5 --project latitude-gateway ./dist && sentry-cli sourcemaps upload --org latitude-l5 --project latitude-gateway ./dist"
16
16
},
17
17
"dependencies" : {
18
18
"@hono/node-server" : " ^1.13.2" ,
Original file line number Diff line number Diff line change 11
11
"lint" : " eslint src/" ,
12
12
"start" : " node -r module-alias/register ./dist --env=production" ,
13
13
"tc" : " tsc --noEmit" ,
14
- "sentry:sourcemaps" : " sentry-cli sourcemaps inject --org latitude-l5 --project latitude-llm-app ./dist && sentry-cli sourcemaps upload --org latitude-l5 --project latitude-workers ./dist"
14
+ "sentry:sourcemaps" : " sentry-cli sourcemaps inject --org latitude-l5 --project latitude-workers ./dist && sentry-cli sourcemaps upload --org latitude-l5 --project latitude-workers ./dist"
15
15
},
16
16
"dependencies" : {
17
17
"@bull-board/api" : " ^6.7.9" ,
You can’t perform that action at this time.
0 commit comments