feat(browser): copy extension path to clipboard

This commit is contained in:
Peter Steinberger
2026-01-15 06:17:56 +00:00
parent 375304bf13
commit 44a237b637
8 changed files with 85 additions and 25 deletions

View File

@@ -61,6 +61,7 @@
"scripts": {
"dev": "tsx src/entry.ts",
"postinstall": "node scripts/postinstall.js",
"prepack": "pnpm build",
"docs:list": "tsx scripts/docs-list.ts",
"docs:bin": "bun build scripts/docs-list.ts --compile --outfile bin/docs-list",
"docs:dev": "cd docs && mint dev",