Add Vercel configuration files and update dependencies
This commit is contained in:
36
.vercel/output/builds.json
Normal file
36
.vercel/output/builds.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"//": "This file was generated by the `vercel build` command. It is not part of the Build Output API.",
|
||||
"target": "preview",
|
||||
"argv": [
|
||||
"C:\\Program Files\\nodejs\\node.exe",
|
||||
"C:\\Users\\alex\\.bun\\install\\global\\node_modules\\vercel\\dist\\vc.js",
|
||||
"build"
|
||||
],
|
||||
"builds": [
|
||||
{
|
||||
"require": "@vercel/static-build",
|
||||
"requirePath": "C:\\Users\\alex\\.bun\\install\\global\\node_modules\\@vercel\\static-build\\dist\\index",
|
||||
"apiVersion": 2,
|
||||
"src": "package.json",
|
||||
"use": "@vercel/static-build",
|
||||
"config": {
|
||||
"zeroConfig": true,
|
||||
"framework": "vite"
|
||||
},
|
||||
"error": {
|
||||
"name": "Error",
|
||||
"stack": "Error: Command \"npm run build\" exited with 2\n at ChildProcess.<anonymous> (C:\\Users\\alex\\.bun\\install\\global\\node_modules\\@vercel\\build-utils\\dist\\index.js:23221:9)\n at ChildProcess.emit (node:events:508:28)\n at ChildProcess.emit (node:domain:489:12)\n at cp.emit (C:\\Users\\alex\\.bun\\install\\global\\node_modules\\@vercel\\build-utils\\dist\\index.js:14249:29)\n at maybeClose (node:internal/child_process:1101:16)\n at ChildProcess._handle.onexit (node:internal/child_process:305:5)",
|
||||
"message": "Command \"npm run build\" exited with 2",
|
||||
"hideStackTrace": true,
|
||||
"code": "BUILD_UTILS_SPAWN_2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"error": {
|
||||
"name": "Error",
|
||||
"stack": "Error: Command \"npm run build\" exited with 2\n at ChildProcess.<anonymous> (C:\\Users\\alex\\.bun\\install\\global\\node_modules\\@vercel\\build-utils\\dist\\index.js:23221:9)\n at ChildProcess.emit (node:events:508:28)\n at ChildProcess.emit (node:domain:489:12)\n at cp.emit (C:\\Users\\alex\\.bun\\install\\global\\node_modules\\@vercel\\build-utils\\dist\\index.js:14249:29)\n at maybeClose (node:internal/child_process:1101:16)\n at ChildProcess._handle.onexit (node:internal/child_process:305:5)",
|
||||
"message": "Command \"npm run build\" exited with 2",
|
||||
"hideStackTrace": true,
|
||||
"code": "BUILD_UTILS_SPAWN_2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user