mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-10 07:31:27 -07:00
Initial commit
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
NAME=$(jq -r '.name' package.json)
|
||||
|
||||
exec wrangler dev \
|
||||
--var NAME:"$NAME" \
|
||||
"$@"
|
||||
Reference in New Issue
Block a user