add cf page

This commit is contained in:
zizifn
2023-01-02 04:03:26 +08:00
committed by zizifn
parent fed5ce3ad7
commit 31924d8a83
8 changed files with 70 additions and 10 deletions

View File

@@ -33,6 +33,13 @@
}
}
},
"serve-cf-page": {
"executor": "nx:run-commands",
"options": {
"command": "wrangler pages dev dist/apps/cf-page"
},
"dependsOn": ["^build"]
},
"test": {
"executor": "@nrwl/vite:test",
"outputs": ["{projectRoot}/coverage"],