mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-13 01:05:37 +02:00
2 lines
86 B
TypeScript
2 lines
86 B
TypeScript
export const isPermanentStage =
|
|
$app.stage === "production" || $app.stage === "dev"; |