fix(public): fix problems with building #4

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-11-13 22:24:46 +01:00
parent 23961c8865
commit c6218eda82

View File

@@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "pnpm with-env next dev", "dev": "pnpm with-env next dev",
"build": "pnpm with-env next build", "build": "next build",
"start": "next start", "start": "next start",
"postinstall": "fumadocs-mdx", "postinstall": "fumadocs-mdx",
"with-env": "dotenv -e ../../.env -c --" "with-env": "dotenv -e ../../.env -c --"