This package has been archived, and as such it is read-only.
@sys/driver-deno-cloud@0.0.11Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
sys-repo/sysWorks with
•JSR Score88%•This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun




Publisheda year ago (0.0.11)
Tools for working with deno cloud: Deploy™️ | Subhosting™️
Driver: deno.cloud
Tools for working with Deno cloud.
References
.env
Ensure you have a .env file or have the following ENV_VARS available to the process.
# Loaded from: src/env.ts # Deno: Subhosting → Settings → Access Tokens # https://dash.deno.com/subhosting DENO_SUBHOSTING_ACCESS_TOKEN="****" DENO_SUBHOSTING_DEPLOY_ORG_ID="****" # Privy: Dashboard → Settings → Basics # https://dashboard.privy.io PRIVY_APP_ID="****" PRIVY_APP_SECRET="****"
Example
import { Pkg } from './mod.ts'; import { DenoCloud, Server } from 'jsr:@sys/driver-deno-cloud'; const app = DenoCloud.server({ env }); const options = Server.options(8080, Pkg) Deno.serve(options, app.fetch);
Built and signed on
GitHub Actions
Add Package
deno add jsr:@sys/driver-deno-cloud
Import symbol
import * as driver_deno_cloud from "@sys/driver-deno-cloud";
Import directly with a jsr specifier
import * as driver_deno_cloud from "jsr:@sys/driver-deno-cloud";
Add Package
pnpm i jsr:@sys/driver-deno-cloud
pnpm dlx jsr add @sys/driver-deno-cloud
Import symbol
import * as driver_deno_cloud from "@sys/driver-deno-cloud";
Add Package
yarn add jsr:@sys/driver-deno-cloud
yarn dlx jsr add @sys/driver-deno-cloud
Import symbol
import * as driver_deno_cloud from "@sys/driver-deno-cloud";
Add Package
vlt install jsr:@sys/driver-deno-cloud
Import symbol
import * as driver_deno_cloud from "@sys/driver-deno-cloud";
Add Package
npx jsr add @sys/driver-deno-cloud
Import symbol
import * as driver_deno_cloud from "@sys/driver-deno-cloud";
Add Package
bunx jsr add @sys/driver-deno-cloud
Import symbol
import * as driver_deno_cloud from "@sys/driver-deno-cloud";