Compare commits

...

2 Commits

Author SHA1 Message Date
Samy Pessé e30c249498 Standalone output for next 2024-06-09 21:01:57 +02:00
Samy Pessé 5288f76ded Define top-level dependencies 2024-06-09 20:39:03 +02:00
3 changed files with 6 additions and 0 deletions
BIN
View File
Binary file not shown.
+2
View File
@@ -2,6 +2,8 @@ const { withSentryConfig } = require('@sentry/nextjs');
module.exports = withSentryConfig(
{
output: 'standalone',
env: {
BUILD_VERSION: (process.env.GITHUB_SHA ?? '').slice(0, 7),
SENTRY_DSN: process.env.SENTRY_DSN ?? '',
+4
View File
@@ -21,6 +21,10 @@
"dependencies": {
"@geist-ui/icons": "^1.0.2",
"@gitbook/api": "^0.48.0",
"@gitbook/react-math": "workspace:*",
"@gitbook/react-openapi": "workspace:*",
"@gitbook/react-contentkit": "workspace:*",
"@gitbook/emoji-codepoints": "workspace:*",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@sentry/nextjs": "^7.94.1",