diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-08-11 04:02:40 -0700 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-08-11 04:02:56 -0700 |
| commit | ab469b10678483b8ad41bd994668eab2825ba514 (patch) | |
| tree | 18c089a42f5da3884145b6c73301703e59cd2835 /cmd/within.website/yeetfile.js | |
| parent | 16f60b165a114d4c41581257b513665ea16e06f7 (diff) | |
| download | x-ab469b10678483b8ad41bd994668eab2825ba514.tar.xz x-ab469b10678483b8ad41bd994668eab2825ba514.zip | |
cmd: add yeet for build automation
Diffstat (limited to 'cmd/within.website/yeetfile.js')
| -rw-r--r-- | cmd/within.website/yeetfile.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/within.website/yeetfile.js b/cmd/within.website/yeetfile.js new file mode 100644 index 0000000..394ded8 --- /dev/null +++ b/cmd/within.website/yeetfile.js @@ -0,0 +1,8 @@ +yeet.setenv("GOOS", "linux"); +yeet.setenv("GOARCH", "amd64"); + +go.build(); +slug.build("within.website", { + "config.ts": "config.ts" +}); +log.info(slug.push("within.website"));
\ No newline at end of file |
