mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
28 lines
556 B
JSON
28 lines
556 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"mintlify": "4.2.435",
|
|
"tsx": "^4.19.1",
|
|
"dotenv-cli": "^8.0.0"
|
|
},
|
|
"nx": {
|
|
"targets": {
|
|
"dev": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"cwd": "apps/docs",
|
|
"command": "bunx mintlify dev --port 3004"
|
|
}
|
|
},
|
|
"mintlify:check-broken-links": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"cwd": "apps/docs",
|
|
"command": "bunx mintlify broken-links"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|