fix: deploy writes .env (not .env.production) so PM2 loads secrets
Deploy to route.crispygoat.com / deploy (push) Successful in 4m0s
Deploy to route.crispygoat.com / deploy (push) Successful in 4m0s
This commit is contained in:
@@ -87,6 +87,7 @@ export default async function AdminStopsPage({ searchParams }: PageProps) {
|
||||
brands: r.brand_name ? { name: r.brand_name } : { name: "" },
|
||||
}));
|
||||
} catch (e) {
|
||||
console.error("[admin/stops] Failed to load stops:", e);
|
||||
error = { message: e instanceof Error ? e.message : String(e) };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user