2025-12-19T00:52:55.308Z Initializing build environment...
2025-12-19T00:52:57.257Z Success: Finished initializing build environment
2025-12-19T00:52:57.723Z Cloning repository...
2025-12-19T00:52:58.663Z No build output detected to cache. Skipping.
2025-12-19T00:52:58.663Z No dependencies detected to cache. Skipping.
2025-12-19T00:52:58.666Z Detected the following tools from environment:
2025-12-19T00:52:58.805Z Executing user deploy command: npx wrangler deploy
2025-12-19T00:53:00.849Z npm warn exec The following package was not found and will be installed: [email protected]
2025-12-19T00:53:12.882Z
2025-12-19T00:53:12.882Z ⛅️ wrangler 4.56.0
2025-12-19T00:53:12.882Z ───────────────────
2025-12-19T00:53:12.902Z
2025-12-19T00:53:12.985Z ✘ [ERROR] Missing entry-point to Worker script or to assets directory
2025-12-19T00:53:12.985Z
2025-12-19T00:53:12.986Z
2025-12-19T00:53:12.986Z If there is code to deploy, you can either:
2025-12-19T00:53:12.986Z - Specify an entry-point to your Worker script via the command line (ex: npx wrangler deploy src/index.ts)
2025-12-19T00:53:12.987Z - Or create a "wrangler.jsonc" file containing:
2025-12-19T00:53:12.987Z
2025-12-19T00:53:12.987Z 2025-12-19T00:53:12.987Z { 2025-12-19T00:53:12.988Z "name": "worker-name", 2025-12-19T00:53:12.988Z "compatibility_date": "2025-12-19", 2025-12-19T00:53:12.988Z "main": "src/index.ts" 2025-12-19T00:53:12.988Z } 2025-12-19T00:53:12.988Z
2025-12-19T00:53:12.989Z
2025-12-19T00:53:12.989Z
2025-12-19T00:53:12.989Z If are uploading a directory of assets, you can either:
2025-12-19T00:53:12.989Z - Specify the path to the directory of assets via the command line: (ex: npx wrangler deploy --assets=./dist)
2025-12-19T00:53:12.989Z - Or create a "wrangler.jsonc" file containing:
2025-12-19T00:53:12.989Z
2025-12-19T00:53:12.989Z 2025-12-19T00:53:12.990Z { 2025-12-19T00:53:12.990Z "name": "worker-name", 2025-12-19T00:53:12.990Z "compatibility_date": "2025-12-19", 2025-12-19T00:53:12.990Z "assets": { 2025-12-19T00:53:12.990Z "directory": "./dist" 2025-12-19T00:53:12.990Z } 2025-12-19T00:53:12.990Z } 2025-12-19T00:53:12.991Z
2025-12-19T00:53:12.991Z
2025-12-19T00:53:12.991Z
2025-12-19T00:53:12.991Z
2025-12-19T00:53:13.009Z
2025-12-19T00:53:13.009Z Cloudflare collects anonymous telemetry about your usage of Wrangler. Learn more at https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md
2025-12-19T00:53:13.028Z 🪵 Logs were written to "/opt/buildhome/.config/.wrangler/logs/wrangler-2025-12-19_00-53-12_055.log"
2025-12-19T00:53:13.251Z Failed: error occurred while running deploy command
秒开
很快 位置堪萨斯
挺快的
怎么搭建,求教程
@fhjhy #4
https://www.nodeseek.com/search?q=IPFS
秒
秒开
@pony #5 cf上构建失败,这是什么原因
2025-12-19T00:52:55.308Z Initializing build environment...
2025-12-19T00:52:57.257Z Success: Finished initializing build environment
2025-12-19T00:52:57.723Z Cloning repository...
2025-12-19T00:52:58.663Z No build output detected to cache. Skipping.
2025-12-19T00:52:58.663Z No dependencies detected to cache. Skipping.
2025-12-19T00:52:58.666Z Detected the following tools from environment:
2025-12-19T00:52:58.805Z Executing user deploy command: npx wrangler deploy
2025-12-19T00:53:00.849Z npm warn exec The following package was not found and will be installed: [email protected]
2025-12-19T00:53:12.882Z
2025-12-19T00:53:12.882Z ⛅️ wrangler 4.56.0
2025-12-19T00:53:12.882Z ───────────────────
2025-12-19T00:53:12.902Z
2025-12-19T00:53:12.985Z ✘ [ERROR] Missing entry-point to Worker script or to assets directory
2025-12-19T00:53:12.985Z
2025-12-19T00:53:12.986Z
2025-12-19T00:53:12.986Z If there is code to deploy, you can either:
2025-12-19T00:53:12.986Z - Specify an entry-point to your Worker script via the command line (ex:
npx wrangler deploy src/index.ts)2025-12-19T00:53:12.987Z - Or create a "wrangler.jsonc" file containing:
2025-12-19T00:53:12.987Z
2025-12-19T00:53:12.987Z
2025-12-19T00:53:12.987Z { 2025-12-19T00:53:12.988Z "name": "worker-name", 2025-12-19T00:53:12.988Z "compatibility_date": "2025-12-19", 2025-12-19T00:53:12.988Z "main": "src/index.ts" 2025-12-19T00:53:12.988Z } 2025-12-19T00:53:12.988Z2025-12-19T00:53:12.989Z
2025-12-19T00:53:12.989Z
2025-12-19T00:53:12.989Z If are uploading a directory of assets, you can either:
2025-12-19T00:53:12.989Z - Specify the path to the directory of assets via the command line: (ex:
npx wrangler deploy --assets=./dist)2025-12-19T00:53:12.989Z - Or create a "wrangler.jsonc" file containing:
2025-12-19T00:53:12.989Z
2025-12-19T00:53:12.989Z
2025-12-19T00:53:12.990Z { 2025-12-19T00:53:12.990Z "name": "worker-name", 2025-12-19T00:53:12.990Z "compatibility_date": "2025-12-19", 2025-12-19T00:53:12.990Z "assets": { 2025-12-19T00:53:12.990Z "directory": "./dist" 2025-12-19T00:53:12.990Z } 2025-12-19T00:53:12.990Z } 2025-12-19T00:53:12.991Z2025-12-19T00:53:12.991Z
2025-12-19T00:53:12.991Z
2025-12-19T00:53:12.991Z
2025-12-19T00:53:13.009Z
2025-12-19T00:53:13.009Z Cloudflare collects anonymous telemetry about your usage of Wrangler. Learn more at https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md
2025-12-19T00:53:13.028Z 🪵 Logs were written to "/opt/buildhome/.config/.wrangler/logs/wrangler-2025-12-19_00-53-12_055.log"
2025-12-19T00:53:13.251Z Failed: error occurred while running deploy command
有人帮忙搭建一个ipfs不,有偿