mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-12 14:18:36 +00:00
3 lines
97 B
JavaScript
3 lines
97 B
JavaScript
export const MODE = "production";
|
|
export const NODE_ENV = "production";
|
|
export const SSR = false; |