Skip to content

Conversation

@i18nsite
Copy link

fix #839

deno2 & jsr : https://deno.com/blog/jsr_open_beta

publish method

  1. get token for https://jsr.io/account/tokens

export DENO_AUTH_TOKENS=

  1. npm run deno:publish

test

deno add jsr:@y0/postgres

crate mod.js

import postgres from '@y0/postgres' const pg = postgres(process.env.PG_URL) console.log( await pg`SELECT 1` ) 

deno -A mod.js

deno2 & jsr : https://deno.com/blog/jsr_open_beta deno add jsr:@y0/postgres 1. get token for https://jsr.io/account/tokens export DENO_AUTH_TOKENS= 2. npm run deno:publish create file mod.js ``` import postgres from '@y0/postgres' const pg = postgres(process.env.PG_URL) console.log( await pg`SELECT 1` ) ``` deno -A mod.js
@olecom
Copy link

olecom commented Mar 13, 2025

Hi @i18nsite! Nice work. What about fixing transpile.deno.js as in e.g. #771?

@porsager porsager force-pushed the master branch 2 times, most recently from 4fd011e to a92f470 Compare May 20, 2025 23:40
@porsager porsager force-pushed the master branch 2 times, most recently from 4a0fe34 to 3a43815 Compare November 12, 2025 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants