pkgout: ./
# contentdir: ./content
# buildscript: ./build.sh

# devshell 没有指定 image 的情况，将会默认使用 registry.lazycat.cloud/lzc-cli/devshell:latest
devshell:
  # image: registry.lazycat.cloud/lzc-cli/devshell
  routes:
    - /=http://${LocalIP}:5173
  setupscript: |
    export GOPROXY=https://goproxy.cn
    # export BROWSER=none yarn start
    # npm config set registry https://registry.npmmirror.com --global
    # sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list.d/debian.sources
    # apt update
    # apt install -y xdg-utils
