summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-06-23 19:15:37 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-06-23 19:15:37 +0200
commitc845d19226e1a261b062784132cd5d3d70dd9a96 (patch)
tree79f4230a76a017b0045085cd332ae4bccf839e3d /package.json
parent:zap: add explicit types to req and res (diff)
downloadserver-ts-c845d19226e1a261b062784132cd5d3d70dd9a96.tar.xz
:bug: fix .env file not loading
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json

index 580f837f..a6bc580d 100644 --- a/package.json +++ b/package.json
@@ -2,7 +2,8 @@ "name": "@fosscord/cdn", "version": "1.0.0", "description": "cdn for discord clone", - "main": "index.js", + "main": "dist/index.js", + "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc -b .", @@ -30,7 +31,7 @@ "file-type": "^16.5.0", "image-size": "^1.0.0", "lambert-db": "^1.2.3", - "lambert-server": "^1.2.4", + "lambert-server": "^1.2.5", "missing-native-js-functions": "^1.0.8", "multer": "^1.4.2", "node-fetch": "^2.6.1",