#Tanstack Start
3 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
- API Key Strategy
- Building Your Own Plugin - Plugins Recap
- What is Payload? - Use Cases - Headless Commerce
Community-Help:
Similar the way like https://github.com/payloadcms/payload/tree/main/examples/remix. I only exclude some package in vite.config.ts for resovle dep issue:
export default defineConfig({
...
optimizeDeps: {
exclude: ['sharp', 'file-type', ],
},
...
});