Add LICENSE, README, and Docs tab to Mission Control

This commit is contained in:
root
2026-02-22 07:33:18 +00:00
parent 3e7b457d5f
commit 0817444dc5
68 changed files with 6677 additions and 1673 deletions
+16
View File
@@ -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
}
}]
}