feat: initial Claw3D

This commit is contained in:
Horus AI
2026-04-10 20:15:50 +02:00
parent 04efa31c40
commit 47935e22a0
5 changed files with 37 additions and 232 deletions
+15
View File
@@ -0,0 +1,15 @@
module.exports = {
apps: [{
name: 'claw3d',
script: 'npm',
args: 'run dev',
cwd: '/root/.openclaw/workspace/Claw3D',
env: {
PORT: 4001,
STUDIO_ACCESS_TOKEN: '',
REQUIRE_STUDIO_TOKEN: 'false'
},
watch: false,
autorestart: true
}]
};