chore: 推荐 sort-package-json/gitignore 扩展并排序 package.json 键

This commit is contained in:
2026-04-25 15:20:28 +08:00
parent 7f4cfc8973
commit 2209ab0b27
2 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
{ {
"recommendations": [ "recommendations": [
"biomejs.biome", "biomejs.biome",
"codezombiech.gitignore",
"hverlin.mise-vscode", "hverlin.mise-vscode",
"oven.bun-vscode", "oven.bun-vscode",
"redhat.vscode-yaml", "redhat.vscode-yaml",
"tamasfe.even-better-toml" "tamasfe.even-better-toml",
"unional.vscode-sort-package-json"
] ]
} }
+4 -4
View File
@@ -4,8 +4,8 @@
"private": true, "private": true,
"type": "module", "type": "module",
"imports": { "imports": {
"#package": "./package.json", "#drizzle/*.sql": "./drizzle/*.sql",
"#drizzle/*.sql": "./drizzle/*.sql" "#package": "./package.json"
}, },
"scripts": { "scripts": {
"build": "bunx --bun vite build", "build": "bunx --bun vite build",
@@ -19,8 +19,8 @@
"compile:linux:x64": "bun compile.ts --target bun-linux-x64", "compile:linux:x64": "bun compile.ts --target bun-linux-x64",
"compile:windows": "bun run compile:windows:x64", "compile:windows": "bun run compile:windows:x64",
"compile:windows:x64": "bun compile.ts --target bun-windows-x64", "compile:windows:x64": "bun compile.ts --target bun-windows-x64",
"db:generate": "drizzle-kit generate && bun embed-migrations.ts",
"db:embed": "bun embed-migrations.ts", "db:embed": "bun embed-migrations.ts",
"db:generate": "drizzle-kit generate && bun embed-migrations.ts",
"db:migrate": "drizzle-kit migrate", "db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push", "db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio", "db:studio": "drizzle-kit studio",
@@ -65,4 +65,4 @@
"typescript": "^6.0.3", "typescript": "^6.0.3",
"vite": "^8.0.10" "vite": "^8.0.10"
} }
} }