Skip to content

Commit

Permalink
fixed dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiboSoftwareDev committed Jan 20, 2025
1 parent dd33000 commit e9238e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"start": "bun run dev",
"dev": "bun --hot ./cli/main.ts dev ./example-dir/snippet.tsx",
"dev": "bun --hot ./cli/main.ts dev ./example-dir/snippet1-basic.tsx",
"build": "tsup-node cli/main.ts --format esm --sourcemap inline",
"format": "biome format --write .",
"format:check": "biome format .",
Expand Down

0 comments on commit e9238e8

Please sign in to comment.