Midday / packages /app-store /src /slack /config.ts
Jules
Final deployment with all fixes and verified content
c09f67c
import { baseConfig } from "./config-base";
// Server-safe config without images - used by API
// Images are excluded to avoid bun trying to execute PNG files when imported in server contexts
export default {
...baseConfig,
images: [] as string[],
};