Undiverge main branch from projector branch

This commit is contained in:
Koper
2023-10-12 14:12:34 +01:00
parent 35af25d4e8
commit 4e80e1cdb3
8 changed files with 395 additions and 2 deletions

3
www/app/lib/utils.ts Normal file
View File

@@ -0,0 +1,3 @@
export function isDevelopment() {
return process.env.NEXT_PUBLIC_ENV === "development";
}