Rename dev process to dev-publisher-dashboard
Runs dev server directly in apps/publisher-dashboard directory. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
processes = {
|
processes = {
|
||||||
dev.exec = "bun run dev";
|
dev-publisher-dashboard.exec = "bun run --cwd apps/publisher-dashboard dev";
|
||||||
build-watch.exec = "bun run build:watch:packages";
|
build-watch.exec = "bun run build:watch:packages";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user