Ajout de scripts dans le package.json
This commit is contained in:
parent
292302d4ba
commit
c7359fe04f
1 changed files with 22 additions and 18 deletions
|
|
@ -3,6 +3,10 @@
|
|||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "bun index.ts",
|
||||
"dev": "bun --watch ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue