Thanks to visit codestin.com
Credit goes to github.com

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not available on jsr.io
2 participants