7 lines
83 B
Smarty
7 lines
83 B
Smarty
module.exports = {
|
|
apps : [{
|
|
name : "app1",
|
|
script : "./app.js"
|
|
}]
|
|
}
|