Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
flowergardn committed Nov 2, 2023
1 parent 01f036e commit c72857d
Showing 1 changed file 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 @@ -2,7 +2,7 @@
"name": "skyler",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"main": "dist/src/index.js",
"type": "commonjs",
"scripts": {
"start": "node .",
Expand All @@ -17,8 +17,7 @@
"devDependencies": {
"prettier": "^2.8.8",
"prisma": "^4.10.1",
"tsc-hooks": "^1.1.2",
"typescript-cp": "^0.1.9"
"tsc-hooks": "^1.1.2"
},
"dependencies": {
"@discordx/importer": "^1.1.10",
Expand All @@ -35,6 +34,7 @@
"toml-require": "^1.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"typescript-cp": "^0.1.9",
"zod": "^3.22.4"
}
}

0 comments on commit c72857d

Please sign in to comment.