File tree Expand file tree Collapse file tree 4 files changed +842
-697
lines changed
Expand file tree Collapse file tree 4 files changed +842
-697
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export default async function withCustomize(
6767 customize . onCoCalcCom = customize . kucalc === KUCALC_COCALC_COM ;
6868 customize . noindex = obj . props ?. unlisted ?? false ;
6969 customize . imprintOrPolicies =
70- ( customize . imprint ?? "" + customize . policies ?? "" ) != "" ;
70+ ( customize . imprint ?? "" ) + ( customize . policies ?? "" ) != "" ;
7171 customize . serverTime = Date . now ( ) ;
7272
7373 // this is used for creating new projects from a share
Original file line number Diff line number Diff line change 102102 "@types/node" : " ^18.16.14" ,
103103 "@types/react" : " ^19.1.10" ,
104104 "@uiw/react-textarea-code-editor" : " ^3.1.1" ,
105- "next-rspack" : " ^15.3.4 " ,
105+ "next-rspack" : " ^15.4.6 " ,
106106 "node-mocks-http" : " ^1.14.1"
107107 }
108108}
You can’t perform that action at this time.
0 commit comments