feat: 支持 Vercel 部署

This commit is contained in:
imsyy
2024-06-07 16:03:22 +08:00
parent 11addd20ca
commit 14bc5a1dce
9 changed files with 76 additions and 30 deletions

12
pnpm-lock.yaml generated
View File

@@ -57,6 +57,9 @@ importers:
'@typescript-eslint/parser':
specifier: ^7.12.0
version: 7.12.0(eslint@8.57.0)(typescript@5.4.5)
cross-env:
specifier: ^7.0.3
version: 7.0.3
eslint:
specifier: ^8.57.0
version: 8.57.0
@@ -518,6 +521,11 @@ packages:
typescript:
optional: true
cross-env@7.0.3:
resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==}
engines: {node: '>=10.14', npm: '>=6', yarn: '>=1'}
hasBin: true
cross-spawn@7.0.3:
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
engines: {node: '>= 8'}
@@ -1808,6 +1816,10 @@ snapshots:
optionalDependencies:
typescript: 5.4.5
cross-env@7.0.3:
dependencies:
cross-spawn: 7.0.3
cross-spawn@7.0.3:
dependencies:
path-key: 3.1.1