Add LICENSE, README, and Docs tab to Mission Control
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'sitemente',
|
||||
script: 'npx',
|
||||
args: 'next dev -- -p 1284',
|
||||
cwd: '/root/.openclaw/workspace/SiteMente',
|
||||
instances: 1,
|
||||
autorestart: true,
|
||||
watch: false,
|
||||
max_memory_restart: '1G',
|
||||
env: {
|
||||
NODE_ENV: 'development',
|
||||
PORT: 1284
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user