Skip to content

Commit b4fe945

Browse files
committed
remove unused env
1 parent a6024a5 commit b4fe945

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/env/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const create = () =>
1515
NEXT_PUBLIC_GOOGLE_AW_ID: z.string().optional(),
1616
NEXT_PUBLIC_WEB_URL: z.string(),
1717
NEXT_PUBLIC_CAP_AWS_ENDPOINT: z.string().optional(),
18-
NEXT_PUBLIC_CAP_AWS_BUCKET_URL: z.string().optional(),
1918
NEXT_PUBLIC_DOCKER_BUILD: z.string().optional(),
2019
},
2120
runtimeEnv: {

0 commit comments

Comments
 (0)