feat: update Docker configuration for improved performance and add local environment example

This commit is contained in:
T. Zehetbauer
2026-04-03 09:37:36 +02:00
parent d4acc3ba22
commit 124c6a632a
5 changed files with 34 additions and 17 deletions

View File

@@ -41,7 +41,6 @@ const INTERNAL_PACKAGES = [
/** @type {import('next').NextConfig} */
const config = {
output: 'standalone',
reactStrictMode: true,
/** Enables hot reloading for local packages without a build step */
transpilePackages: INTERNAL_PACKAGES,