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

12 lines
143 B
JavaScript
Raw Normal View History

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