mirror of
https://github.com/10h30/blog-balodeplao.git
synced 2026-05-12 15:21:15 +09:00
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.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "blog-balodeplao",
|
||||
"compatibility_date": "2026-03-15", // Cập nhật ngày hiện tại
|
||||
"assets": {
|
||||
"directory": "./dist",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user