Skip to content

Commit

Permalink
baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 5, 2024
1 parent e8d3b46 commit c8f4ed8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,10 @@ jobs:
run: |
cca --template connect-chain --name connect-chain
cd connect-chain
yarn build
- name: connect-multi-chain
run: |
cca --template connect-multi-chain --name connect-multi-chain
cd connect-multi-chain
yarn build
1 change: 1 addition & 0 deletions templates/connect-multi-chain/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
minHeight="100dvh"
backgroundColor={useColorModeValue("$white", "$background")}
>
{/* @ts-ignore */}
<Component {...pageProps} />
</Box>
</ChainProvider>
Expand Down
5 changes: 4 additions & 1 deletion templates/connect-multi-chain/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"baseUrl": ".",
"paths": {
"@/*": ["*"]
"@/*": [
"*"
]
}
},
"include": [
Expand Down

0 comments on commit c8f4ed8

Please sign in to comment.