SPB Git

spb/groupe-ka Public

Groupe KA — site du holding + KA ID (compte unique & SSO des 7 plateformes). Next.js 16, SQLite, Google & Apple login.

TypeScript 91.8% CSS 8.1%
218 B · 9 lines typescript
Raw Blame History
1// Auteur : Simon-Pierre Boucher — contact@spboucher.ai2import type { NextConfig } from "next";34const nextConfig: NextConfig = {5  serverExternalPackages: ["better-sqlite3", "sharp"],6};78export default nextConfig;9