File tree Expand file tree Collapse file tree 7 files changed +5
-2
lines changed Expand file tree Collapse file tree 7 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ export function NotionPage({
100100 }
101101
102102 const title = getPageTitle ( recordMap )
103- console . log ( title , recordMap )
104103
105104 // useful for debugging from the dev console
106105 if ( typeof window !== 'undefined' ) {
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ export function NotionPage({
1515 }
1616
1717 const title = getPageTitle ( recordMap )
18- console . log ( title , recordMap )
1918
2019 return (
2120 < >
Original file line number Diff line number Diff line change 1818 },
1919 "scripts" : {
2020 "build" : " tsup" ,
21+ "dev" : " tsup --watch" ,
2122 "watch" : " tsup --watch --silent --onSuccess 'echo build successful'" ,
2223 "clean" : " del build" ,
2324 "test" : " run-s test:*" ,
Original file line number Diff line number Diff line change 1818 },
1919 "scripts" : {
2020 "build" : " tsup" ,
21+ "dev" : " tsup --watch" ,
2122 "watch" : " tsup --watch --silent --onSuccess 'echo build successful'" ,
2223 "clean" : " del build" ,
2324 "test" : " run-s test:*" ,
Original file line number Diff line number Diff line change 1818 },
1919 "scripts" : {
2020 "build" : " tsup" ,
21+ "dev" : " tsup --watch" ,
2122 "watch" : " tsup --watch --silent --onSuccess 'echo build successful'" ,
2223 "clean" : " del build" ,
2324 "test" : " run-s test:*" ,
Original file line number Diff line number Diff line change 2424 },
2525 "scripts" : {
2626 "build" : " tsup" ,
27+ "dev" : " tsup --watch" ,
2728 "watch" : " tsup --watch --silent --onSuccess 'echo build successful'" ,
2829 "clean" : " del build" ,
2930 "test" : " run-s test:*" ,
Original file line number Diff line number Diff line change 4747 },
4848 "scripts" : {
4949 "build" : " tsup" ,
50+ "dev" : " tsup --watch" ,
5051 "watch" : " tsup --watch --silent --onSuccess 'echo build successful'" ,
5152 "clean" : " del build" ,
5253 "test" : " run-s test:*" ,
You can’t perform that action at this time.
0 commit comments