fix: add webpack config override to resolve punycode polyfill for Strapi admin panel build e43cee9 kenken999 commited on 19 days ago
fix: use Node 18 instead of 20 to avoid punycode webpack5 polyfill issue in Strapi admin build 450d2b3 kenken999 commited on 19 days ago
fix: move admin panel build to runtime (entrypoint) so HF Secrets are available during build eeaffee kenken999 commited on 19 days ago
fix: provide placeholder env vars for npm run build (strapi admin panel) fec67ac kenken999 commited on 19 days ago
feat: add strapi build step to enable /admin panel in production 0bf5229 kenken999 commited on 19 days ago
fix: use Strapi v4 official 'schema: strapi' option instead of searchPath/options workarounds 2eb5f53 kenken999 commited on 19 days ago
fix: set search_path=strapi at pg connection level to isolate from Supabase public schema b7b133c kenken999 commited on 19 days ago
fix: reset strapi schema on container rebuild to avoid strapi_migrations already exists error 339a8e8 kenken999 commited on 19 days ago
fix: use strapi schema to isolate from Supabase public schema (docker-entrypoint.sh) 062cd5f verified kenken999 commited on 19 days ago
fix: use strapi schema to isolate from Supabase public schema (config/database.js) 0810ae6 verified kenken999 commited on 19 days ago
fix: use strapi schema to isolate from Supabase public schema (Dockerfile) a54b776 verified kenken999 commited on 19 days ago
fix: set searchPath to strapi schema to avoid Supabase wrappers extension conflict 65ca08a verified kenken999 commited on 19 days ago
fix: force ajv@8 via package.json overrides to fix ajv/dist/core not found 3d3164e verified kenken999 commited on 19 days ago
fix: add CI=true and --skip-cloud to bypass cloud login prompt e53d137 verified kenken999 commited on 19 days ago
fix: remove pipe from create-strapi-app, use strapi binary directly in CMD 0aca709 verified kenken999 commited on 19 days ago
fix: use create-strapi-app to auto-resolve all peer deps 41b4bb1 verified kenken999 commited on 19 days ago
fix: add react/react-dom/styled-components peer deps for strapi admin cf16198 verified kenken999 commited on 19 days ago
fix: add ajv ^8.12.0 to resolve ajv/dist/core not found error aea553d verified kenken999 commited on 19 days ago
fix: add app_port: 7860 to README front matter (required for docker sdk) 3c8856e verified kenken999 commited on 19 days ago
feat: Complete Strapi 4 app structure with Postgres config 115814e verified kenken999 commited on 19 days ago
feat: Initial Strapi CMS setup with Supabase PostgreSQL 01b4535 verified kenken999 commited on 19 days ago