Skip to content

Commit

Permalink
refactor(worker)!: remove worker
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 29, 2024
1 parent 376a32c commit 37cfd3d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1,189 deletions.
19 changes: 3 additions & 16 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,21 @@
"private": true,
"scripts": {
"build": "wrangler deploy --dry-run",
"db:exec": "prisma db execute --file",
"db:gen": "prisma generate",
"db:push": "prisma db push",
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"postinstall": "prisma generate",
"prisma": "prisma",
"pscale:connect": "pscale connect animegarden",
"test": "vitest",
"test:ci": "vitest --run"
},
"dependencies": {
"@animegarden/scraper": "workspace:*",
"@planetscale/database": "^1.16.0",
"animegarden": "workspace:*",
"anitomy": "0.0.34",
"bgmd": "^0.0.44",
"hono": "^4.0.7",
"kysely-planetscale": "^1.4.0",
"memofunc": "^0.0.8",
"ohash": "^1.1.3"
},
"devDependencies": {
"@prisma/client": "5.10.2",
"@total-typescript/ts-reset": "^0.5.1",
"kysely": "^0.27.2",
"prisma": "5.10.2",
"prisma-kysely": "^1.8.0"
},
"packageManager": "[email protected]"
}
"@total-typescript/ts-reset": "^0.5.1"
}
}
50 changes: 0 additions & 50 deletions packages/worker/prisma/schema.prisma

This file was deleted.

115 changes: 0 additions & 115 deletions packages/worker/scripts/dev.http

This file was deleted.

24 changes: 0 additions & 24 deletions packages/worker/scripts/upload.ts

This file was deleted.

24 changes: 0 additions & 24 deletions packages/worker/src/database/index.ts

This file was deleted.

38 changes: 0 additions & 38 deletions packages/worker/src/database/types.ts

This file was deleted.

Loading

0 comments on commit 37cfd3d

Please sign in to comment.