std-env icon indicating copy to clipboard operation
std-env copied to clipboard

feat(provider): add deno-deploy

Open markthree opened this issue 2 years ago โ€ข 0 comments

๐Ÿ”— Linked issue

โ“ Type of change

  • [ ] ๐Ÿ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • [ ] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [x] ๐Ÿ‘Œ Enhancement (improving an existing functionality like performance)
  • [ ] โœจ New feature (a non-breaking change that adds functionality)
  • [ ] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

We are now able to determine if the code is on deno-deploy with process.env.DENO_DEPLOYMENT_ID

you can check it in dash.deno.com/playground/large-horse-68

๐Ÿ“ Checklist

  • [ ] I have linked an issue or discussion.
  • [ ] I have updated the documentation accordingly.

markthree avatar Feb 06 '24 07:02 markthree