Create sticky note element

This commit is contained in:
Idrees Hassan
2025-08-16 17:14:24 -04:00
parent 674142351f
commit 9f3b36adb7
6 changed files with 206 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
"type": "module",
"scripts": {
"build": "node build.js",
"dev": "nodemon --watch birb.js --exec \"npm run build\""
"dev": "nodemon --watch birb.js --watch stylesheet.css --watch build.js --exec \"npm run build\""
},
"devDependencies": {
"nodemon": "^3.1.10"