mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +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; |