Skip to content

Commit

Permalink
add commands deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Dec 7, 2023
1 parent 8a79114 commit 75ae6a5
Show file tree
Hide file tree
Showing 7 changed files with 434 additions and 6 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,25 @@
"check:apply": "biome check --apply-unsafe .",
"typecheck": "tsc",
"deploy": "wrangler deploy",
"deploy-commands": "tsx --env-file=.env scripts/deploy-commands.ts",
"dev": "wrangler dev",
"start": "wrangler dev"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@cloudflare/workers-types": "^4.20231121.0",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"wrangler": "^3.19.0"
},
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@discordjs/rest": "^2.2.0",
"discord-api-types": "^0.37.66",
"discord-verify": "^1.2.0"
},
"engines": {
"node": ">=21.2.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 75ae6a5

Please sign in to comment.