6 lines
73 B
Bash
Executable file
6 lines
73 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
pushd gdn-app
|
|
pnpm tauri dev
|
|
popd
|