This commit is contained in:
2022-02-17 14:01:07 +01:00
commit d13bee1395
30 changed files with 11302 additions and 0 deletions

9
ecosystem.config.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
apps : [{
name:'kroj',
script: 'npm',
args:'start',
watch: ['pages'],
ignore_watch : ['public', 'P.txt']
}]
};