mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
7 lines
110 B
TypeScript
7 lines
110 B
TypeScript
export default defineAppConfig({
|
|
github: {
|
|
appId: 0,
|
|
privateKey: '',
|
|
installationId: 0,
|
|
},
|
|
})
|