mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -6,6 +6,7 @@ node_modules/
|
||||
.dev.vars
|
||||
wrangler.my.toml
|
||||
RELEASE_NOTES.md
|
||||
tests/selfcheck.ts
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
|
||||
+1
-2
@@ -9,8 +9,7 @@
|
||||
"scripts": {
|
||||
"dev": "wrangler dev -c wrangler.toml",
|
||||
"deploymy": "wrangler deploy -c wrangler.my.toml",
|
||||
"deploy": "wrangler deploy",
|
||||
"selfcheck": "npx tsx tests/selfcheck.ts"
|
||||
"deploy": "wrangler deploy"
|
||||
},
|
||||
"keywords": [
|
||||
"bitwarden",
|
||||
|
||||
-1772
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user