/src/ directory to better organize the files. The issue is that server environment variables (from process.env) are being loaded from web/src/.env, while the client variables (from import.meta.env) are being loaded from web/.env. vite.envDir in app.config.ts. I can technically use this to solve my issue, but the .env file would have to live in /web/src. This is not ideal. Instead I'd like the .env file to live in /web. But I couldn't find any way to set path for server envs. https://x.com/powersync_/status/2010721010006552775?s=20
dry-scarlet ยท 2mo ago
You can now submit your website/app/project to http://TanStack.com 's new showcase and have it seen by the TanStack community! - Global showcase browser - Per-library filters - Category filters Submit here: https://tanstack.com/showcase/submit View all here: https://tanstack.com/showcase
dry-scarlet ยท 3mo ago
TanStack AI Alpha 2 is here! ๐ผ๏ธ Image, video, audio, speech, transcription, structured output ๐ฆ Split adapters = smaller bundles, faster dev/contributions, easier ๐ Fully tree shakable adapters โจ Cleaner, flattened, fully type-safe APIs https://tanstack.com/blog/tanstack-ai-alpha-2
dry-scarlet ยท 3mo ago