traxxx-web/renderer/+config.h.js

12 lines
143 B
JavaScript

export default {
passToClient: [
'pageProps',
'urlPathname',
'routeParams',
'urlParsed',
'env',
'user',
'notifications',
],
};