Skip to content

Commit ef6d18d

Browse files
committed
Build script
1 parent a53902b commit ef6d18d

File tree

8 files changed

+301
-177
lines changed

8 files changed

+301
-177
lines changed

.prettierrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"semi": false,
3+
"singleQuote": false,
4+
"trailingComma": "all"
5+
}

.vercel/output/config.json

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
{
2-
"framework" : {
3-
"version" : "5.8.0"
2+
"framework": {
3+
"version": "5.8.0"
44
},
5-
"overrides" : {
6-
7-
},
8-
"routes" : [
5+
"overrides": {},
6+
"routes": [
97
{
10-
"headers" : {
11-
"Location" : "\/$1"
8+
"headers": {
9+
"Location": "/$1"
1210
},
13-
"src" : "^(?:\/((?:[^\/]+?)(?:\/(?:[^\/]+?))*))\/$",
14-
"status" : 308
11+
"src": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$",
12+
"status": 308
1513
},
1614
{
17-
"handle" : "filesystem"
15+
"handle": "filesystem"
1816
},
1917
{
20-
"check" : true,
21-
"dest" : "App",
22-
"src" : "^.*$"
18+
"check": true,
19+
"dest": "App",
20+
"src": "^.*$"
2321
}
2422
],
25-
"version" : 3
23+
"version": 3
2624
}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"architecture" : "arm64",
3-
"handler" : "bootstrap",
4-
"maxDuration" : 10,
5-
"memory" : 1024,
6-
"runtime" : "provided.al2",
7-
"supportsWrapper" : false
2+
"architecture": "arm64",
3+
"handler": "bootstrap",
4+
"maxDuration": 10,
5+
"memory": 1024,
6+
"runtime": "provided.al2",
7+
"supportsWrapper": false
88
}

0 commit comments

Comments
 (0)