mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 05:52:17 +00:00
wrangler
This commit is contained in:
@@ -3,18 +3,28 @@
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
"clean": "rm -rf .astro dist ___node_modules/.astro ",
|
||||
"dev": "pnpm clean; astro dev",
|
||||
"build": "pnpm clean; astro check && pnpm tsc && astro build",
|
||||
"preview": "pnpm build && astro preview",
|
||||
"preview_w": "pnpm build && wrangler dev",
|
||||
"deploy_w": "pnpm build && wrangler deploy"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/sitemap": "^3.2.1",
|
||||
"astro": "^5.4.0",
|
||||
"lightningcss": "^1.29.1"
|
||||
"lightningcss": "^1.29.1",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": ["esbuild", "sharp"]
|
||||
"onlyBuiltDependencies": [
|
||||
"esbuild",
|
||||
"sharp",
|
||||
"workerd"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"wrangler": "^4.43.0"
|
||||
}
|
||||
}
|
||||
|
||||
1307
website/pnpm-lock.yaml
generated
1307
website/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
10
website/wrangler.jsonc
Normal file
10
website/wrangler.jsonc
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "node_modules/wrangler/config-schema.json",
|
||||
"name": "openfreemap-website",
|
||||
"compatibility_date": "2025-10-17",
|
||||
"assets": {
|
||||
"directory": "./dist"
|
||||
},
|
||||
"account_id": "11e26518d5be29140a5322d583465a12",
|
||||
"workers_dev": true
|
||||
}
|
||||
Reference in New Issue
Block a user