Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reggi/mydeno
https://github.com/reggi/mydeno
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/reggi/mydeno
- Owner: reggi
- Created: 2022-08-21T07:19:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T17:30:25.000Z (over 1 year ago)
- Last Synced: 2024-10-05T10:48:33.812Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://deno.land/x/reggi
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deno-monorepo
This is a playground to explore ideas / modules and to serve a playground instance of fresh to `fresh.reggi.com`, hopefully connected to a postgres supabase instance.
## Open Questions
What's the best way to handle dependency errors? Import-maps?
What's the best way to create a deno monorepo?
What's the best way to "do modular import maps"? See `calendar` and `fresh.reggi.com`.
What's the best way to deploy `fresh.reggi.com`?## What's the best way to set dev / prod envs for fresh?
DOT ENV!
### Can I conditionally import based on dev env?
Found a dontenv package, wokred well
### How can I pass env vars to a alt to `calendar/denodb/test_db.ts`?
Found a dontenv package, wokred well to replace this file