secureweb/run.sh
2025-05-11 12:21:53 +03:00

7 lines
108 B
Bash
Executable File

#!/bin/bash
# Change to the Svelte app directory
cd my-svelte-app
# Run the development server
bun run dev