0
0
Fork 0

versionが渡っていなかったバグを修正

This commit is contained in:
Xeltica 2021-10-18 01:32:33 +09:00
parent b9642cc092
commit dea300ffa9
2 changed files with 14 additions and 12 deletions

View file

@ -1,5 +1,7 @@
import views from 'koa-views';
import { version } from '../../package.json';
export const render = views(__dirname + '/views', {
extension: 'pug',
options: { version },
});