refactor: app deployment

This commit is contained in:
2023-06-16 11:40:23 +02:00
parent d61d16e752
commit 5b4d2bd16c
39 changed files with 523 additions and 246 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env sh
if pnpm dlx turbo-ignore "$@"
then
pnpm config --location=project set recursive-install false
fi