mirror of
https://github.com/10h30/blog-balodeplao.git
synced 2026-05-12 15:21:15 +09:00
023c00f04c
- Added "wrangler" dependency to package.json for Cloudflare Workers support. - Created wrangler.jsonc configuration file for project setup with assets directory.
8 lines
152 B
JSON
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",
|
|
},
|
|
}
|