Compare commits

..

No commits in common. "4c1698e12fde0920472be4519c883ebc86217eca" and "97abd1fceed096c018e7c2e90a70279a1f44dd13" have entirely different histories.

3 changed files with 4 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,6 +1,5 @@
.env
node_modules/
persist/
dist/
prisma/migrations/
prisma/persist/

View file

@ -17,12 +17,12 @@
"chalk": "^4.1.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"prisma": "^6.2.1",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@types/node": "^22.7.5",
"prettier": "^3.3.3",
"prisma": "^6.2.1",
"typescript": "^5.6.3"
}
}

View file

@ -20,6 +20,9 @@ importers:
dotenv:
specifier: ^16.4.5
version: 16.4.5
prisma:
specifier: ^6.2.1
version: 6.2.1
zlib-sync:
specifier: ^0.1.9
version: 0.1.9
@ -30,9 +33,6 @@ importers:
prettier:
specifier: ^3.3.3
version: 3.3.3
prisma:
specifier: ^6.2.1
version: 6.2.1
typescript:
specifier: ^5.6.3
version: 5.6.3