We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1fa43 commit 330a095Copy full SHA for 330a095
package.json
@@ -3,13 +3,13 @@
3
"version": "02.05.2025",
4
"private": true,
5
"description": "simple discord bot",
6
- "main": "build/main.js",
+ "main": "build/src/main.js",
7
"author": "sebastianjnuwu <[email protected]>",
8
"license": "Apache-2.0",
9
"scripts": {
10
"build": "tsc --project tsconfig.json",
11
"build:watch": "tsc --project tsconfig.json -w",
12
- "start": "node build/main.js",
+ "start": "node build/src/main.js",
13
"dev": "tsnd --expose-gc --transpile-only --ignore-watch node_modules --respawn src/main.ts",
14
"lint": "npx @biomejs/biome lint --write",
15
"format": "npx @biomejs/biome format --write",
0 commit comments