refactor(notes): use options object for renderCodeFile params

This commit is contained in:
Julien Calixte
2026-04-27 19:58:24 +02:00
parent 9d6f70546e
commit cf5567de7c
3 changed files with 10 additions and 7 deletions

View File

@@ -14,8 +14,7 @@
"fmt:check": "oxfmt --check",
"prepare": "husky",
"theme:light": "esno _scripts/change-theme-light.ts",
"theme:dark": "esno _scripts/change-theme-dark.ts",
"generate-pwa-assets": "pwa-assets-generator"
"theme:dark": "esno _scripts/change-theme-dark.ts"
},
"dependencies": {
"@atproto/oauth-client-browser": "^0.3.41",