Skip to content

Commit

Permalink
kms
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRAV committed Sep 14, 2024
1 parent 0d22b14 commit 7beea3e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ node_modules
lmao.js
.env.development
bun.lockb
.env.tests

# build
build
.env.tests
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"scripts": {
"test": "vitest",
"dev": "nodemon -r dotenv/config ./index.js dotenv_config_path=./.env.production",
"build": "webpack",
"db-introspect": "dotenv -e .env.development -- prisma generate",
"db-generate": "dotenv -e .env.development -- prisma db pull",
"db-sync": "dotenv -e .env.tests -- prisma db push"
Expand All @@ -34,8 +33,6 @@
"tiktoken": "^1.0.10",
"uuid": "^9.0.1",
"vitest": "^0.34.6",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"yamljs": "^0.3.0"
}
}
16 changes: 0 additions & 16 deletions webpack.config.js

This file was deleted.

0 comments on commit 7beea3e

Please sign in to comment.