Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Apr 23, 2024
1 parent bed246c commit fee7e55
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions packages/nextjs/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import type { ServerClientOptions, StrictOptions } from "@t3-oss/env-core";
import { type CreateEnv, createEnv as createEnvCore } from "@t3-oss/env-core";
import type {
CreateEnv,
ServerClientOptions,
StrictOptions,
} from "@t3-oss/env-core";
import { createEnv as createEnvCore } from "@t3-oss/env-core";
import type { ZodType } from "zod";

const CLIENT_PREFIX = "NEXT_PUBLIC_" as const;
Expand Down
8 changes: 6 additions & 2 deletions packages/nuxt/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { type CreateEnv, createEnv as createEnvCore } from "@t3-oss/env-core";
import type { ServerClientOptions, StrictOptions } from "@t3-oss/env-core";
import type {
CreateEnv,
ServerClientOptions,
StrictOptions,
} from "@t3-oss/env-core";
import { createEnv as createEnvCore } from "@t3-oss/env-core";
import type { ZodType } from "zod";

const CLIENT_PREFIX = "NUXT_PUBLIC_" as const;
Expand Down

0 comments on commit fee7e55

Please sign in to comment.