mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 23:48:27 +00:00
3 lines
118 B
Bash
Executable file
3 lines
118 B
Bash
Executable file
#!/bin/sh
|
|
|
|
GOOS=js GOARCH=wasm GOBIN=$PWD/`dirname $0`/bin go build -v $PWD/`dirname $0`/cmd/dendrite-monolith-server
|