Skip to content

Commit

Permalink
fix: templates/vue-ssr-app
Browse files Browse the repository at this point in the history
  • Loading branch information
meixg committed Mar 29, 2022
1 parent c32080d commit 6dbe1f0
Show file tree
Hide file tree
Showing 2 changed files with 304 additions and 233 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {src, dest, series} from 'gulp';
const {src, dest, series} = require('gulp');

function copyAssets() {
return src('server/**/*.{tpl,json}').pipe(dest('dist'));
}

export default series(copyAssets);
exports.default = series(copyAssets);
Loading

0 comments on commit 6dbe1f0

Please sign in to comment.