File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 " />
55 < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < title > vite-react </ title >
7+ < title > PineScript Cheatsheet </ title >
88
9+
910 < script src ="https://unpkg.com/react-scan/dist/auto.global.js "> </ script >
1011 < script type ="module " crossorigin src ="/assets/index-HN_LEduA.js "> </ script >
1112 < link rel ="stylesheet " crossorigin href ="/assets/index-DmjT2C51.css ">
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 " />
55 < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < title > vite-react </ title >
7+ < title > PineScript Cheatsheet </ title >
88 < link rel ="stylesheet " href ="dist/assets/index-DmjT2C51.css " />
99
1010 < script src ="https://unpkg.com/react-scan/dist/auto.global.js "> </ script >
Original file line number Diff line number Diff line change 77 "preinstall" : " npx only-allow pnpm" ,
88 "// --- BUILDING ---" : " " ,
99 "dev" : " pnpm run build:swap:dev && vite" ,
10- "build" : " pnpm run build:swap:dev && tsc -b && vite build && pnpm run build:swap:prod" ,
10+ "build" : " pnpm run build:swap:dev && tsc -b && vite build && pnpm run build:swap:prod && pnpm run fix " ,
1111 "build:bundle-viz" : " vite-bundle-visualizer" ,
1212 "build:clean" : " rimraf dist build .turbo" ,
1313 "build:nuke" : " build:clean && rimraf pnpm-lock.yaml node_modules && pnpm i" ,
You can’t perform that action at this time.
0 commit comments