Skip to content

Commit 811eefa

Browse files
committed
chore: fix slimclaw lint formatting
1 parent 767dbe2 commit 811eefa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/slimclaw/prepare-hot-plugins.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import ts from "typescript";
55

66
const packageRoot = path.dirname(fileURLToPath(import.meta.url));
77
const repoRoot = path.resolve(packageRoot, "..", "..");
8-
const FEISHU_STARTUP_EXPERIMENT_MODE = process.env
9-
.NEXU_SLIMCLAW_FEISHU_STARTUP_EXPERIMENT;
8+
const FEISHU_STARTUP_EXPERIMENT_MODE =
9+
process.env.NEXU_SLIMCLAW_FEISHU_STARTUP_EXPERIMENT;
1010

1111
function buildFeishuMinimalStartupEntrySource() {
1212
return `import {

0 commit comments

Comments
 (0)