We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121cac1 commit ddb56e9Copy full SHA for ddb56e9
1 file changed
docs/package.json
@@ -4,7 +4,8 @@
4
"description": "PraisonAI Documentation",
5
"scripts": {
6
"dev": "mintlify dev",
7
- "start": "mintlify dev"
+ "start": "mintlify dev",
8
+ "build": "echo 'Static export - copying files for deployment' && mkdir -p .output/public && cp -r * .output/public/ || true"
9
},
10
"dependencies": {
11
"mintlify": "^3.0.0"
0 commit comments