initial commit
This commit is contained in:
10
scripts/test.sh
Executable file
10
scripts/test.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# serve.sh - Build optimized WASM and serve with Caddy + Brotli compression
|
||||
set -e
|
||||
|
||||
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
SOURCE_DIR="${SCRIPT_DIR}/../src"
|
||||
|
||||
pushd ${SOURCE_DIR}
|
||||
vtest
|
||||
popd
|
Reference in New Issue
Block a user