Send unfurler fallback imgs directly

This commit is contained in:
Mononaut
2023-08-06 15:49:11 +09:00
parent 9aa778e44e
commit 8dbf9f29cf
9 changed files with 8 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
"main": "index.ts",
"scripts": {
"tsc": "./node_modules/typescript/bin/tsc",
"build": "npm run tsc",
"build": "npm run tsc && cp -r src/resources dist/resources",
"start": "node --max-old-space-size=2048 dist/index.js",
"unfurler": "node --max-old-space-size=4096 dist/index.js",
"lint": "./node_modules/.bin/eslint . --ext .ts",