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