Full push for initial version of NullTranslationGroup website.

This commit is contained in:
2025-01-11 00:08:29 -05:00
parent de0b5f5042
commit 3fed14c353
16 changed files with 821 additions and 237 deletions

6
global.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
declare namespace NodeJS {
interface ProcessEnv {
NEXT_PUBLIC_API_URL: string;
STRAPI_API_TOKEN: string;
}
}