Skip to content

Commit 9848f07

Browse files
docs(docs): adding back build-cloudflare
1 parent 4bed88f commit 9848f07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/website/project.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
"command": "node --inspect-brk ../..//node_modules/vite/bin/vite.js --mode ssr --force",
6767
"cwd": "apps/website"
6868
}
69+
},
70+
"build-cloudflare": {
71+
"executor": "nx:run-commands",
72+
"options": {
73+
"command": "npx nx run website:build:production"
74+
}
6975
}
7076
},
7177
"tags": []

0 commit comments

Comments
 (0)