diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-07 18:21:17 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-07 18:21:17 +0200 |
commit | 8bb38139c2ba19e1332facc5c04eb1a0d0b7f5f0 (patch) | |
tree | e150573b77e6734f2a9b4eeb42cbab2f8123580e /cdn/package.json | |
parent | :zap: fast build script (diff) | |
download | server-8bb38139c2ba19e1332facc5c04eb1a0d0b7f5f0.tar.xz |
:bug: fix swc config
Diffstat (limited to 'cdn/package.json')
-rw-r--r-- | cdn/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cdn/package.json b/cdn/package.json index addec363..4ca7f68b 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -3,11 +3,11 @@ "version": "1.0.0", "description": "cdn for fosscord", "main": "dist/index.js", - "types": "dist/index.d.ts", + "types": "src/index.ts", "scripts": { "postinstall": "ts-patch install -s", "test": "npm run build && jest --coverage ./tests", - "build": "swc src --out-dir dist", + "build": "npx swc src --out-dir dist", "start": "npm run build && node dist/start.js" }, "repository": { |