Skip to content

Commit

Permalink
.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 12, 2024
1 parent 4fec932 commit 91f790c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dev": "bunchee -w",
"lint": "eslint . --ext .ts",
"typecheck": "tsc --noEmit",
"prepack": "bun ../../replace-workspace-protocol.js"
"prepack": "bun ../../replace-workspace-protocol.ts"
},
"dependencies": {
"@t3-oss/env-core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dev": "bunchee -w",
"lint": "eslint . --ext .ts",
"typecheck": "tsc --noEmit",
"prepack": "bun ../../replace-workspace-protocol.js"
"prepack": "bun ../../replace-workspace-protocol.ts"
},
"dependencies": {
"@t3-oss/env-core": "workspace:*"
Expand Down

2 comments on commit 91f790c

@vercel
Copy link

@vercel vercel bot commented on 91f790c Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

t3-env – ./docs

t3-env-t3-oss.vercel.app
t3-env.vercel.app
env.t3.gg
t3-env-git-main-t3-oss.vercel.app
env.t3.wtf

@vercel
Copy link

@vercel vercel bot commented on 91f790c Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

t3-env-nextjs – ./examples/nextjs

t3-env-nextjs-git-main-t3-oss.vercel.app
t3-env-nextjs.vercel.app
t3-env-nextjs-t3-oss.vercel.app

Please sign in to comment.