fix raw node execution by making sure import attributes stick on builds

This commit is contained in:
dswbx
2025-09-14 13:43:45 +02:00
parent 210b22e307
commit a7f6d45ca9
6 changed files with 22 additions and 14 deletions

View File

@@ -15,7 +15,7 @@
},
"packageManager": "bun@1.2.19",
"engines": {
"node": ">=22"
"node": ">=22.13"
},
"scripts": {
"dev": "BKND_CLI_LOG_LEVEL=debug vite",