File tree 3 files changed +7
-14
lines changed
3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1
- export { scrapeLinktreeAccount } from "@ /linktree" ;
1
+ export { scrapeLinktreeAccount } from ". /linktree" ;
2
2
export {
3
3
Account ,
4
4
Link ,
5
5
LinktreeResponse ,
6
6
ScrapeLinktreeProfile ,
7
7
SocialLink ,
8
8
Theme ,
9
- } from "@ /types" ;
9
+ } from ". /types" ;
Original file line number Diff line number Diff line change 1
1
import * as cheerio from "cheerio" ;
2
- import { LINKTREE_BASE_URL , USER_NOT_FOUND } from "@ /constants" ;
3
- import type { LinktreeResponse , ScrapeLinktreeProfile } from "@ /types" ;
2
+ import { LINKTREE_BASE_URL , USER_NOT_FOUND } from ". /constants" ;
3
+ import type { LinktreeResponse , ScrapeLinktreeProfile } from ". /types" ;
4
4
5
5
export async function scrapeLinktreeAccount (
6
6
username : string
Original file line number Diff line number Diff line change 3
3
"outDir" : " ./dist" ,
4
4
"rootDir" : " ./src" ,
5
5
"baseUrl" : " ./" ,
6
- "paths" : {
7
- "@/*" : [" src/*" ]
8
- },
9
6
"lib" : [" ESNext" ],
10
7
"module" : " esnext" ,
11
8
"target" : " esnext" ,
21
18
"allowSyntheticDefaultImports" : true ,
22
19
"forceConsistentCasingInFileNames" : true ,
23
20
"allowJs" : true ,
24
- "types" : [
25
- " bun-types"
26
- ]
21
+ "types" : [" bun-types" ]
27
22
},
28
- "include" : [
29
- " src/**/*.ts"
30
- ]
31
- }
23
+ "include" : [" src/**/*.ts" ]
24
+ }
You can’t perform that action at this time.
0 commit comments