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

13 lines
149 B
JavaScript
Raw Normal View History

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