I have some code referencing environment variables to get the current survey edition unique identifier, like "js2022" for instance. Let's abstract this a bit by crafting a centralized "publicConfig.ts" In Next we have to prefix env vars with NEXT_PUBLIC to use them client-side but not here it seems
0 likes 1 replies
?