mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-13 06:38:29 +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; |