diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-09 19:02:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-09 19:02:02 +0900 |
| commit | 9b594880c88b0fe7ba14df263cc571e507f50bd6 (patch) | |
| tree | aa27ba42b8ff2b1b81d3156faf336e6957fbacef /gulpfile.ts | |
| parent | Update migrate.ts (diff) | |
| download | misskey-9b594880c88b0fe7ba14df263cc571e507f50bd6.tar.gz misskey-9b594880c88b0fe7ba14df263cc571e507f50bd6.tar.bz2 misskey-9b594880c88b0fe7ba14df263cc571e507f50bd6.zip | |
Restore crypto_key to migration
Diffstat (limited to 'gulpfile.ts')
| -rw-r--r-- | gulpfile.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.ts b/gulpfile.ts index bf0b87ef20..b2956c2403 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -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/**/*', |