chore(dev): bootstrap script wires docker + drizzle push + turbo dev

This commit is contained in:
Marco Sadjadi
2026-05-19 00:35:27 +02:00
parent b07de86db6
commit 648427000d
5 changed files with 138 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
transpilePackages: ['@bmm/types'],
experimental: {
typedRoutes: false,
},