diff options
| author | mat <github@matdoes.dev> | 2021-12-07 00:37:58 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-07 00:37:58 +0000 |
| commit | 8811aa47e76c6043a7aeec37e01aac9c8e6cf7ca (patch) | |
| tree | 12cb29b1a0835a0dfa8554648deb4f0962a6ca1a /.gitpod.yml | |
| parent | 515ad377b314cd97a8b663dbd738681917434434 (diff) | |
| download | azalea-drasl-8811aa47e76c6043a7aeec37e01aac9c8e6cf7ca.tar.xz | |
add files that didn't get committed
Diffstat (limited to '.gitpod.yml')
| -rw-r--r-- | .gitpod.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..f6d0d2af --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,3 @@ +tasks: + - init: cargo build + command: cargo watch -x run
\ No newline at end of file |
