File tree Expand file tree Collapse file tree 12 files changed +67
-7
lines changed
05-with-similar-entrypaths Expand file tree Collapse file tree 12 files changed +67
-7
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " " ,
5
5
"keywords" : [],
6
- "license" : " ISC " ,
6
+ "license" : " MIT " ,
7
7
"author" : " " ,
8
8
"main" : " index.js" ,
9
9
"scripts" : {
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " " ,
5
5
"keywords" : [],
6
- "license" : " ISC " ,
6
+ "license" : " MIT " ,
7
7
"author" : " " ,
8
8
"main" : " index.js" ,
9
9
"scripts" : {
Original file line number Diff line number Diff line change 16
16
"build" : " rimraf dist/ && tsc --removeComments" ,
17
17
"prepare" : " husky install" ,
18
18
"prepublishOnly" : " tsc" ,
19
- "test" : " jest" ,
19
+ "test" : " pnpm run build && jest" ,
20
20
"typecheck" : " tsc --noEmit"
21
21
},
22
22
"prettier" : " @vercel/style-guide/prettier" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " 01-include-files" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " " ,
5
+ "keywords" : [],
6
+ "license" : " MIT" ,
7
+ "author" : " " ,
8
+ "main" : " ../../../dist/index.js" ,
9
+ "scripts" : {
10
+ "test" : " echo \" Error: no test specified\" && exit 1"
11
+ }
12
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"functions" : {
3
3
"api/**/*.rs" : {
4
- "runtime" : " vercel-rust@4. 0.0-beta.2 " ,
4
+ "runtime" : " vercel-dev-builder@ 0.0.5 " ,
5
5
"includeFiles" : " static/**/*.{txt,svg}"
6
6
}
7
7
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " 02-with-utility" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " " ,
5
+ "keywords" : [],
6
+ "license" : " MIT" ,
7
+ "author" : " " ,
8
+ "main" : " ../../../dist/index.js" ,
9
+ "scripts" : {
10
+ "test" : " echo \" Error: no test specified\" && exit 1"
11
+ }
12
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " 03-with-function" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " " ,
5
+ "keywords" : [],
6
+ "license" : " MIT" ,
7
+ "author" : " " ,
8
+ "main" : " ../../../dist/index.js" ,
9
+ "scripts" : {
10
+ "test" : " echo \" Error: no test specified\" && exit 1"
11
+ }
12
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"functions" : {
3
3
"api/**/*.rs" : {
4
- "runtime" : " vercel-rust@4. 0.0-beta.2 "
4
+ "runtime" : " vercel-dev-builder@ 0.0.5 "
5
5
}
6
6
}
7
7
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " 04-with-parameter" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " " ,
5
+ "keywords" : [],
6
+ "license" : " MIT" ,
7
+ "author" : " " ,
8
+ "main" : " ../../../dist/index.js" ,
9
+ "scripts" : {
10
+ "test" : " echo \" Error: no test specified\" && exit 1"
11
+ }
12
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"functions" : {
3
3
"api/**/*.rs" : {
4
- "runtime" : " vercel-rust@4. 0.0-beta.2 "
4
+ "runtime" : " vercel-dev-builder@ 0.0.5 "
5
5
}
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments