Add svelte as a view engine to swaf #33

Merged
ashpie merged 97 commits from svelte into develop 2021-11-09 19:31:22 +01:00
Showing only changes of commit 98008517b2 - Show all commits

View File

@ -3,7 +3,7 @@ const path = require('path');
fs.copyFileSync('package.json', path.join('src', 'package.json')); fs.copyFileSync('package.json', path.join('src', 'package.json'));
// These dir must exist for nodemon not to loop indefinitely. // These folders must exist for nodemon not to loop indefinitely.
[ [
'build', 'build',
'public', 'public',