Skip to content

Commit

Permalink
dfds
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed Aug 3, 2024
1 parent e051d81 commit b49317e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-reciple/templates/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "rimraf ./modules && tsc",
"start": "reciple start -c reciple.mjs",
"build:start": "SCRIPT_RUN build && reciple start -c reciple.mjs",
"dev": "reciple dev -c reciple.mjs"
"dev": "nodemon --config nodemon.json"
},
"dependencies": {
"@reciple/core": "RECIPLE_CORE",
Expand Down

0 comments on commit b49317e

Please sign in to comment.