Add persistent user and session storage, protected profile requests, and React sign-in controls. Capture and preserve each user's timezone, and load development and production configuration before migrations and server startup.
8 lines
240 B
TOML
8 lines
240 B
TOML
# Package scripts load .env plus the selected environment file explicitly.
|
|
# Prevent the outer bun process from preloading development values for bun start.
|
|
env = false
|
|
|
|
[serve.static]
|
|
plugins = ["bun-plugin-tailwind"]
|
|
env = "BUN_PUBLIC_*"
|