feat: initial Claw3D
This commit is contained in:
@@ -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
|
||||
}]
|
||||
};
|
||||
Reference in New Issue
Block a user