fix(public): fix problems with building #2

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-11-13 22:12:17 +01:00
parent 915e8f4dbf
commit eab92bb780
9 changed files with 97 additions and 96 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "pnpm with-env next dev",
"build": "next build",
"build": "pnpm with-env next build",
"start": "next start",
"postinstall": "fumadocs-mdx",
"with-env": "dotenv -e ../../.env -c --"
@@ -29,7 +29,7 @@
"fumadocs-ui": "14.1.1",
"geist": "^1.3.1",
"lucide-react": "^0.454.0",
"next": "15.0.1",
"next": "15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-external-links": "^3.0.0",