Update bundler. Handle non-existent file error.

This commit is contained in:
2026-03-21 16:35:30 +01:00
parent 632c70fc90
commit 4ee3876710
18 changed files with 194 additions and 200 deletions
+2 -1
View File
@@ -27,7 +27,7 @@
],
"scripts": {
"dev": "tsc --watch",
"git:push": "tsc --noEmit && tsc && git add . && git commit -m 'Update watcher function. Add .css files to the rebuild pipeline' && git push",
"git:push": "tsc --noEmit && tsc && git add . && git commit -m 'Update bundler. Handle non-existent file error.' && git push",
"compile": "bun build ./src/commands/index.ts --compile --outfile bin/bunext",
"build": "tsc",
"test": "bun test --max-concurrency=1"
@@ -54,6 +54,7 @@
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@moduletrace/bunext": "github:moduletrace/bunext",
"@tailwindcss/postcss": "^4.2.2",
"bun-plugin-tailwind": "^0.1.2",
"chalk": "^5.6.2",