pnpm = dont change paths

This commit is contained in:
ThatOneCalculator 2022-05-31 19:44:04 -07:00
parent 3820a0722d
commit db0344e6ca
11 changed files with 160 additions and 25426 deletions

View file

@ -72,7 +72,7 @@
"misskey-js": "0.0.14",
"mocha": "10.0.0",
"ms": "3.0.0-canary.1",
"multer": "1.4.5-lts.1",
"multer": "1.4.4",
"nested-property": "4.0.0",
"node-fetch": "3.2.4",
"nodemailer": "6.7.5",

View file

@ -135,7 +135,7 @@ router.get('/twemoji/(.*)', async ctx => {
ctx.set('Content-Security-Policy', 'default-src \'none\'; style-src \'unsafe-inline\'');
await send(ctx as any, path, {
root: `${_dirname}/../../../../../node_modules/@discordapp/twemoji/dist/svg/`,
root: `${_dirname}/../../../node_modules/@discordapp/twemoji/dist/svg/`,
maxage: ms('30 days'),
});
});

View file

@ -27,7 +27,7 @@
"@/*": ["../src/*"]
},
"typeRoots": [
"../../../node_modules/@types",
"../node_modules/@types",
"../src/@types"
],
"lib": [

File diff suppressed because it is too large Load diff