Skip to content

Commit

Permalink
config: update kdadmin to v1.0.0-preview.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Aug 29, 2024
1 parent 3a67894 commit fb6b430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-tools/bin/kd-admin
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
# generated by deno install
deno "run" "--allow-read" "--allow-write" "--allow-net" "--allow-env" "--allow-run" "--no-config" "https://raw.githubusercontent.com/KinsonDigital/kd-admin/v1.0.0-preview.4/src/main.ts" "$@"
deno "run" "--allow-read" "--allow-write" "--allow-net" "--allow-env" "--allow-run" "--no-config" "--no-lock" "https://raw.githubusercontent.com/KinsonDigital/kd-admin/v1.0.0-preview.5/src/main.ts" "$@"
2 changes: 1 addition & 1 deletion dev-tools/bin/kd-admin.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
% generated by deno install %
@deno "run" "--allow-read" "--allow-write" "--allow-net" "--allow-env" "--allow-run" "--no-config" "https://raw.githubusercontent.com/KinsonDigital/kd-admin/v1.0.0-preview.4/src/main.ts" %*
@deno "run" "--allow-read" "--allow-write" "--allow-net" "--allow-env" "--allow-run" "--no-config" "--no-lock" "https://raw.githubusercontent.com/KinsonDigital/kd-admin/v1.0.0-preview.5/src/main.ts" %*

0 comments on commit fb6b430

Please sign in to comment.