mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-09-16 02:22:17 +00:00
2766e5ea67
DEPLOY_TARGET now selects the adapter; Netlify stays the default and NODE_ADAPTER keeps working. Cloudflare compresses in transit, so the Worker build aliases $lib/server/compression to a pass-through that leaves the streaming body alone. CI builds and dry-run deploys this target. That is compilation and packaging coverage only, not a production compatibility gate: native sharp still blocks the share-preview route in the Worker runtime.
20 lines
533 B
Plaintext
20 lines
533 B
Plaintext
# Ignore files for PNPM, NPM and YARN
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Generated data exports. Nobody hand-edits these, and reformatting them buries real data
|
|
# changes under tens of thousands of lines of churn.
|
|
src/lib/helpers/pokeapi-pokemon.json
|
|
static/sprites/pokemon.json
|
|
src/lib/helpers/pokedex.json
|
|
src/lib/helpers/sprites.json
|
|
static/sprites-small/manifest.json
|
|
|
|
# Machine-local editor and tool settings.
|
|
**/*.local.json
|
|
|
|
# Generated grid artwork and local Worker runtime output.
|
|
static/sprites-grid/
|
|
.wrangler/
|