feat(integrations): add mock integration (#3505)
This commit is contained in:
9
apps/nextjs/src/env.ts
Normal file
9
apps/nextjs/src/env.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createEnv } from "@homarr/env";
|
||||
import { createBooleanSchema } from "@homarr/env/schemas";
|
||||
|
||||
export const env = createEnv({
|
||||
server: {
|
||||
UNSAFE_ENABLE_MOCK_INTEGRATION: createBooleanSchema(false),
|
||||
},
|
||||
experimental__runtimeEnv: process.env,
|
||||
});
|
||||
Reference in New Issue
Block a user