an npmx inspired game for PICO-8 npicomx.vinnymac.dev
games pico-8 adventure npmx
3

Configure Feed

Select the types of activity you want to include in your feed.

add wrangler.toml with account_id for CI deploy

npx wrangler needs account_id when using an API token (it can't do the
account-lookup dance that OAuth login provides).

Vincent Taverna (Jun 10, 2026, 7:48 AM UTC) 2a698ba0 22361f91

+3
+3
wrangler.toml
··· 1 + name = "npicomx" 2 + account_id = "ebbd354a5e5728e183b95c92fbcfb770" 3 + pages_build_output_dir = "dist"