fix(scripts): correct 'bun:dev' script in package.json
The previous `bun:dev` script was missing the key command `bun run`. This has been corrected for proper execution of the script in the development mode. Signed-off-by: Mathis <yidhra@tuta.io>
This commit is contained in:
parent
d05c7efadc
commit
cd4b8479d2
@ -7,7 +7,7 @@
|
||||
"author": "Mathis HERRIOT",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"bun:dev": "--watch src/app.ts"
|
||||
"bun:dev": "bun run --watch src/app.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@node-rs/argon2": "^1.8.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user