Skip to content

Commit 31a0779

Browse files
Fix ci
1 parent 0b09b55 commit 31a0779

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

app/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
/* Paths */
2424
"baseUrl": ".",
2525
"paths": {
26+
"@mysten/sagat": ["../sdk/src/index.ts"],
2627
"@/*": ["./src/*"]
2728
}
2829
},

app/vite.config.mts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ export default defineConfig({
99
resolve: {
1010
alias: {
1111
'@': path.resolve(__dirname, './src'),
12+
'@mysten/sagat': path.resolve(
13+
__dirname,
14+
'../sdk/src/index.ts',
15+
),
1216
},
1317
},
1418
});

0 commit comments

Comments
 (0)