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

11 lines
124 B
JavaScript
Raw Normal View History

export default {
2024-03-21 01:54:05 +00:00
passToClient: [
'pageProps',
'urlPathname',
'routeParams',
'urlParsed',
'env',
'user',
],
};