Browse Source

新增 node-gyp 依赖,优化构建环境

re
dash 3 months ago
parent
commit
04da77bce4
  1. BIN
      bun.lockb
  2. BIN
      database/development.sqlite3-shm
  3. BIN
      database/development.sqlite3-wal
  4. 1
      package.json

BIN
bun.lockb

Binary file not shown.

BIN
database/development.sqlite3-shm

Binary file not shown.

BIN
database/development.sqlite3-wal

Binary file not shown.

1
package.json

@ -16,6 +16,7 @@
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^24.0.1",
"node-gyp": "^11.4.2",
"vite": "^7.0.0"
},
"dependencies": {

Loading…
Cancel
Save