Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MervinPraison committed Feb 28, 2025
1 parent ddb56e9 commit e02176d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "praisonai-docs",
"version": "1.0.0",
"description": "PraisonAI Documentation",
"scripts": {
"dev": "mintlify dev",
"start": "mintlify dev",
"build": "echo 'Static export - copying files for deployment' && mkdir -p .output/public && cp -r * .output/public/ || true"
},
"dependencies": {
"mintlify": "^3.0.0"
}
}
"name": "praisonai-docs",
"version": "1.0.0",
"description": "PraisonAI Documentation",
"scripts": {
"dev": "mintlify dev",
"start": "mintlify dev",
"build": "mintlify build"
},
"dependencies": {
"mintlify": "^3.0.0"
}
}

0 comments on commit e02176d

Please sign in to comment.