File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "version" : 2 ,
33 "buildCommand" : " pnpm build:api" ,
4- "installCommand" : " npm i -g pnpm && cd ../.. && pnpm install" ,
4+ "installCommand" : " npm i -g pnpm && pnpm install" ,
55 "framework" : " nuxtjs"
66}
Original file line number Diff line number Diff line change 22 <div class =" text-center mb-8" >
33 <div class =" flex items-center justify-center gap-2 mb-4" >
44 <div class =" text-pink-500 text-2xl" >
5- <img alt =" Payment4You logo " src =" ../../assets/logo.svg" class =" h-16 w-16" >
5+ <img alt =" Payment4You" src =" ../../assets/logo.svg" class =" h-16 w-16" >
66 </div >
77 <h1 class =" text-white text-2xl font-semibold" >Payment4You</h1 >
88 </div >
Original file line number Diff line number Diff line change 22 "version" : 2 ,
33 "buildCommand" : " pnpm build:web" ,
44 "outputDirectory" : " dist" ,
5- "installCommand" : " npm i -g pnpm && cd ../.. && pnpm install" ,
5+ "installCommand" : " npm i -g pnpm && pnpm install" ,
66 "framework" : " vite" ,
77 "rewrites" : [
88 {
You can’t perform that action at this time.
0 commit comments