chore: Run pnpm format:fix.

This commit is contained in:
cpojer
2026-01-31 21:13:13 +09:00
parent dcc2de15a6
commit 8cab78abbc
624 changed files with 10729 additions and 7514 deletions

View File

@@ -12,19 +12,19 @@ services:
- ${OPENCLAW_CONFIG_DIR}:/home/node/.openclaw
- ${OPENCLAW_WORKSPACE_DIR}:/home/node/.openclaw/workspace
ports:
- '${OPENCLAW_GATEWAY_PORT:-18789}:18789'
- '${OPENCLAW_BRIDGE_PORT:-18790}:18790'
- "${OPENCLAW_GATEWAY_PORT:-18789}:18789"
- "${OPENCLAW_BRIDGE_PORT:-18790}:18790"
init: true
restart: unless-stopped
command:
[
'node',
'dist/index.js',
"node",
"dist/index.js",
"gateway",
'--bind',
'${OPENCLAW_GATEWAY_BIND:-lan}',
'--port',
'${OPENCLAW_GATEWAY_PORT:-18789}',
"--bind",
"${OPENCLAW_GATEWAY_BIND:-lan}",
"--port",
"${OPENCLAW_GATEWAY_PORT:-18789}",
]
openclaw-cli:
@@ -42,4 +42,4 @@ services:
stdin_open: true
tty: true
init: true
entrypoint: ['node', 'dist/index.js']
entrypoint: ["node", "dist/index.js"]