https://github.com/hideba/deno-crud
https://github.com/hideba/deno-crud
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hideba/deno-crud
- Owner: HideBa
- Created: 2020-05-21T02:56:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T06:07:50.000Z (about 6 years ago)
- Last Synced: 2025-10-23T01:54:02.966Z (9 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
## run
```
deno run --allow-env --allow-net app.ts
```
without
```
--allow-env
```
you'll get
```
Uncaught PermissionDenied: access to environment variables, run again with the --allow-env flag
```