mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 01:39:11 +00:00
25 lines
347 B
Markdown
25 lines
347 B
Markdown
# env
|
|
|
|
* This app returns a message set as `MY_ENV` in wrangler.toml.
|
|
|
|
## Demo
|
|
|
|
* https://env.syumai.workers.dev/
|
|
|
|
## Development
|
|
|
|
### Requirements
|
|
|
|
This project requires these tools to be installed globally.
|
|
|
|
* wrangler
|
|
* tinygo
|
|
|
|
### Commands
|
|
|
|
```
|
|
make dev # run dev server
|
|
make build # build Go Wasm binary
|
|
make deploy # deploy worker
|
|
```
|