mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-28 14:04:22 -04:00
🛠️ dev scripts
This commit is contained in:
parent
7b34fbd106
commit
67d0bf779a
2 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
"description": "Original Bibata 🚀",
|
"description": "Original Bibata 🚀",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"dev": "nodemon src/index.ts",
|
||||||
|
"dev:debug": "nodemon --inspect src/index.ts",
|
||||||
"build": "npx tsc --build",
|
"build": "npx tsc --build",
|
||||||
"render": "yarn build && node dist/index.js"
|
"render": "yarn build && node dist/index.js"
|
||||||
},
|
},
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
"description": "Rounded Corner Bibata 🏳️🌈",
|
"description": "Rounded Corner Bibata 🏳️🌈",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"dev": "nodemon src/index.ts",
|
||||||
|
"dev:debug": "nodemon --inspect src/index.ts",
|
||||||
"build": "npx tsc --build",
|
"build": "npx tsc --build",
|
||||||
"render": "yarn build && node dist/index.js"
|
"render": "yarn build && node dist/index.js"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue