Skip to content

Commit

Permalink
Add dev script
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Sep 19, 2024
1 parent b4803c9 commit f90caa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/codemod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ export const runCodeMod = async (context?: CodeModContext): Promise<void> => {
bundle: `deno run -A jsr:@deco/deco/scripts/bundle ${appName}`,
update: `deno run -Ar https://deco.cx/update`,
reload: "deno cache -r https://deco.cx/run",
dev: "deno run -A --env --unstable --unstable-hmr dev.ts",
},
imports: {
...imports,
Expand Down

0 comments on commit f90caa6

Please sign in to comment.