瀏覽代碼

feat(devcontainer): install air for dev

Jacky 3 周之前
父節點
當前提交
e364353cd1
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .devcontainer/start.sh

+ 3 - 0
.devcontainer/start.sh

@@ -1,5 +1,8 @@
 #!/bin/bash
 
+# install air
+go install github.com/air-verse/air@latest
+
 # install zsh-autosuggestions
 git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions