mirror of
https://github.com/YouXam/claude-code-usage-dashboard.git
synced 2026-03-22 12:33:47 +08:00
add support for production
This commit is contained in:
@@ -159,10 +159,10 @@ Bun.serve({
|
||||
}
|
||||
}
|
||||
},
|
||||
// development: {
|
||||
// hmr: true,
|
||||
// console: true,
|
||||
// }
|
||||
development: {
|
||||
hmr: Bun.env.DEV === "development",
|
||||
console: Bun.env.DEV === "development"
|
||||
}
|
||||
});
|
||||
|
||||
console.log(`Server running on http://localhost:${port}`);
|
||||
Reference in New Issue
Block a user