Files
blog-balodeplao/wrangler.jsonc
T
Thuan Bui 023c00f04c chore: update dependencies and add wrangler configuration
- Added "wrangler" dependency to package.json for Cloudflare Workers support.
- Created wrangler.jsonc configuration file for project setup with assets directory.
2026-03-15 20:51:30 +07:00

8 lines
152 B
JSON

{
"name": "blog-balodeplao",
"compatibility_date": "2026-03-15", // Cập nhật ngày hiện tại
"assets": {
"directory": "./dist",
},
}