Skip to content

Commit

Permalink
chore: remove db seeder and datas
Browse files Browse the repository at this point in the history
Shit is not worth it
  • Loading branch information
moonlitgrace committed Oct 8, 2024
1 parent 4852f9b commit 1c1ca75
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 108 deletions.
85 changes: 0 additions & 85 deletions db/seed/mock/posts.ts

This file was deleted.

22 changes: 0 additions & 22 deletions db/seed/seed.ts

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"db:generate": "drizzle-kit generate --config=./drizzle.config.ts",
"db:migrate": "drizzle-kit migrate --config=./drizzle.config.ts",
"db:migrate:prod": "cross-env NODE_ENV=production dotenvx run -f .env.production.local -- drizzle-kit migrate --config=./drizzle.config.ts",
"db:seed": "dotenvx -f .env.development -- npx tsx ./db/seed/seed.ts",
"db:studio": "drizzle-kit studio --config=./drizzle.config.ts",
"prepare": "husky"
},
Expand Down

0 comments on commit 1c1ca75

Please sign in to comment.