UNPKG

telefunc

Version:

Remote functions. Instead of API.

10 lines (9 loc) 194 B
export { commonConfig }; function commonConfig() { return { name: 'telefunc:commonConfig', config: () => ({ ssr: { external: ['telefunc'] }, }), }; }