Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
zill committed Sep 14, 2023
1 parent b805163 commit 97b9d3a
Show file tree
Hide file tree
Showing 10 changed files with 843 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ package-lock.json
yarn.lock
pnpm-lock.yaml
/.idea/
/vahidgbot/
/out.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"author": "javadib",
"repository": "https://github.com/javadib/v2-xbot.git",
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts"
"dev": "wrangler dev src/index.js",
"deploy": "wrangler deploy --minify src/index.js"
},
"dependencies": {
"hono": "^3.6.0"
Expand Down
Loading

0 comments on commit 97b9d3a

Please sign in to comment.