Add more meta scripts

This commit is contained in:
Joscha 2025-01-27 19:06:06 +01:00
parent 1b94d5573c
commit 54773a144c
7 changed files with 30 additions and 0 deletions

6
meta/dev Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
pushd gdn-app
pnpm tauri dev
popd