2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "buildCommand" : " yarn workspace showcase build" ,
3
- "devCommand" : " yarn workspace showcase ember serve" ,
2
+ "buildCommand" : " pnpm -F showcase build" ,
3
+ "devCommand" : " pnpm -F showcase ember serve" ,
4
4
"headers" : [
5
5
{
6
6
"source" : " /(.*)" ,
7
- "headers" : [
7
+ "headers" : [
8
8
{
9
- "key" : " X-Robots-Tag" ,
10
- "value" : " none"
9
+ "key" : " X-Robots-Tag" ,
10
+ "value" : " none"
11
11
}
12
12
]
13
13
}
Original file line number Diff line number Diff line change 1
1
{
2
- "buildCommand" : " yarn workspace website build && yarn workspace website algolia:index" ,
3
- "devCommand" : " yarn workspace website ember serve" ,
2
+ "buildCommand" : " pnpm -F website build && pnpm -F website algolia:index" ,
3
+ "devCommand" : " pnpm -F website ember serve" ,
4
4
"headers" : [
5
5
{
6
6
"source" : " /(.*)" ,
24
24
"framework" : " ember" ,
25
25
"rewrites" : [{ "source" : " /(.*)" , "destination" : " /_empty.html" }],
26
26
"redirects" : [
27
- { "source" : " /support" , "destination" : " /about/support" , "permanent" : false }
27
+ {
28
+ "source" : " /support" ,
29
+ "destination" : " /about/support" ,
30
+ "permanent" : false
31
+ }
28
32
]
29
33
}
0 commit comments