1 2 3 4 5 6 7 8 9
#!/bin/bash set -xe git submodule update --init pnpm install --frozen-lockfile cp .devcontainer/devcontainer.yml .config/default.yml pnpm build pnpm migrate