diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 4e768fe..a23eae0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,3 @@ -onlyBuiltDependencies: - - esbuild - - vue-demi +allowBuilds: + esbuild: true + vue-demi: true diff --git a/restart.sh b/restart.sh index ae0709a..b28a201 100644 --- a/restart.sh +++ b/restart.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +if [ -z "${BASH_VERSION:-}" ]; then + exec bash "$0" "$@" +fi + set -Eeuo pipefail APP_NAME="${APP_NAME:-pc_nuxt}"