explorer-app/app.config.ts

8 lines
110 B
TypeScript
Raw Normal View History

2024-09-12 18:03:06 +02:00
export default defineAppConfig({
github: {
appId: 0,
2024-09-17 15:15:54 +02:00
privateKey: '',
installationId: 0,
2024-09-12 18:03:06 +02:00
},
})