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:
Generated
+876
-12
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -48,7 +48,8 @@
|
|||||||
"prettier": "^3.7.4",
|
"prettier": "^3.7.4",
|
||||||
"prettier-plugin-astro": "^0.14.1",
|
"prettier-plugin-astro": "^0.14.1",
|
||||||
"typescript-eslint": "^8.52.0",
|
"typescript-eslint": "^8.52.0",
|
||||||
"vitest": "^4.0.16"
|
"vitest": "^4.0.16",
|
||||||
|
"wrangler": "^4.73.0"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,jsx,ts,tsx,astro}": [
|
"*.{js,jsx,ts,tsx,astro}": [
|
||||||
|
|||||||
@@ -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