fireproof-storage / fireproof

Realtime database, runs anywhere. Install Fireproof in your front-end app or edge function, and sync data via any backend.
https://fireproof.storage
Other
281 stars 16 forks source link

enable rough support of deno #233

Closed mabels closed 1 week ago

mabels commented 1 week ago

This is not complete but with an odd deno.json deno is running.

jchris commented 1 week ago

what is odd on the deno.json? does this make senes to put in CI once it is green?

mabels commented 1 week ago

the odd is i generate a deno.json in our npm package:

deno run --config node_modules/@fireproof/core/deno.json --allow-read --allow-write --allow-env --unstable-sloppy-imports ./node-test.ts