Blacklist AutoClose
Install it as a Firefox Addon
pnpm install
NODE_ENV="production" pnpm build
→ bundles most of the filesNODE_ENV="production" pnpm build:prepare
→ copies the loose assets and generates themanifest.json
indist/
npm install
NODE_ENV="production" npm run build
→ bundles most of the filesNODE_ENV="production" npm run build:prepare
→ copies the loose assets and generates themanifest.json
indist/