Skip to content

Commit 330a095

Browse files
fix: update main entry point in package.json to correct path
1 parent 4c1fa43 commit 330a095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "02.05.2025",
44
"private": true,
55
"description": "simple discord bot",
6-
"main": "build/main.js",
6+
"main": "build/src/main.js",
77
"author": "sebastianjnuwu <[email protected]>",
88
"license": "Apache-2.0",
99
"scripts": {
1010
"build": "tsc --project tsconfig.json",
1111
"build:watch": "tsc --project tsconfig.json -w",
12-
"start": "node build/main.js",
12+
"start": "node build/src/main.js",
1313
"dev": "tsnd --expose-gc --transpile-only --ignore-watch node_modules --respawn src/main.ts",
1414
"lint": "npx @biomejs/biome lint --write",
1515
"format": "npx @biomejs/biome format --write",

0 commit comments

Comments
 (0)