Skip to content

Commit

Permalink
Update package.json scripts and remove rename worker.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed Jan 11, 2024
1 parent 398a543 commit 23c31fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"deploy": "wrangler deploy",
"start": "wrangler dev",
"generate": "drizzle-kit generate:pg",
"migrate": "tsx migrate.ts"
"db:generate": "drizzle-kit generate:pg",
"db:migrate": "tsx migrate.ts"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230419.0",
Expand All @@ -22,4 +22,4 @@
"drizzle-orm": "^0.26.1",
"hono": "^3.2.3"
}
}
}
File renamed without changes.

0 comments on commit 23c31fc

Please sign in to comment.