Restore crypto_key to migration

This commit is contained in:
syuilo
2019-04-09 19:02:02 +09:00
parent d44fc3db2f
commit 9b594880c8
5 changed files with 124 additions and 0 deletions

View File

@ -49,6 +49,7 @@ gulp.task('build:copy:views', () =>
gulp.task('build:copy', gulp.parallel('build:copy:views', () =>
gulp.src([
'./build/Release/crypto_key.node',
'./src/const.json',
'./src/server/web/views/**/*',
'./src/**/assets/**/*',