summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-31 00:51:54 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-31 00:51:54 +0200
commite12197d568d24d6fb942916c06e356d0ca39f611 (patch)
treee755cd69f75069159f3dffd3df229eaef6be9fa4 /package.json
parent:sparkles: relationships (diff)
downloadserver-ts-e12197d568d24d6fb942916c06e356d0ca39f611.tar.xz
:art: create start.ts
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json

index 8f0874d6..ceaad3ca 100644 --- a/package.json +++ b/package.json
@@ -2,12 +2,12 @@ "name": "@fosscord/gateway", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "npm run build && node dist/", + "start": "npm run build && node dist/start.js", "build": "npx tsc -b .", - "dev": "tsnd --respawn src/index.ts" + "dev": "tsnd --respawn src/start.ts" }, "keywords": [], "author": "Fosscord",