mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 08:23:00 +08:00
9 lines
175 B
JavaScript
9 lines
175 B
JavaScript
|
export default {
|
||
|
introspection: {
|
||
|
type: 'url',
|
||
|
url: 'http://localhost:8000/felicity-gql',
|
||
|
},
|
||
|
website: {
|
||
|
template: 'carbon-multi-page',
|
||
|
},
|
||
|
}
|