Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 743 Bytes

File metadata and controls

31 lines (21 loc) · 743 Bytes

Firefox source-code review

App Notes is built from the source archive generated by WXT. It does not require environment variables, private packages, generated secrets, or network access at runtime.

Build environment

  • Bun 1.3.14
  • WXT 0.20.27, installed from the lockfile
  • A Unix-like shell

Reproduce the Firefox package

From the root of the source archive:

bun install --frozen-lockfile
bun run zip:firefox

The install runs wxt prepare, which generates WXT's local TypeScript declarations. The packaged extension is written to:

.output/app-notes-0.1.1-firefox.zip

No manual source edits or minification steps are required. Tests and type-checking can be run with:

bun test
bun run compile