fix blitz config type errors
This commit is contained in:
parent
d3035ad268
commit
b9b8102076
@ -36,12 +36,13 @@ const { SENTRY_DSN, SENTRY_ORG, SENTRY_PROJECT, SENTRY_AUTH_TOKEN, NODE_ENV, GIT
|
||||
isAuthorized: simpleRolesIsAuthorized,
|
||||
}),
|
||||
],
|
||||
// @ts-ignore
|
||||
images: {
|
||||
domains: ["www.datocms-assets.com"],
|
||||
},
|
||||
productionBrowserSourceMaps: true,
|
||||
env: {
|
||||
SENTRY_DSN: process.env.SENTRY_DSN,
|
||||
SENTRY_DSN: process.env.SENTRY_DSN!,
|
||||
},
|
||||
serverRuntimeConfig: {
|
||||
rootDir: __dirname,
|
||||
|
2445
package-lock.json
generated
2445
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -51,7 +51,7 @@
|
||||
"@twilio/voice-sdk": "2.0.1",
|
||||
"awesome-phonenumber": "2.64.0",
|
||||
"aws-sdk": "2.1009.0",
|
||||
"blitz": "0.41.2-canary.4",
|
||||
"blitz": "0.44.0",
|
||||
"clsx": "1.1.1",
|
||||
"got": "11.8.2",
|
||||
"jotai": "1.4.0",
|
||||
@ -94,7 +94,7 @@
|
||||
"preview-email": "3.0.5",
|
||||
"test-listen": "1.1.0",
|
||||
"type-fest": "2.5.0",
|
||||
"typescript": "4.4.4"
|
||||
"typescript": "4.5.2"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user