Fix issues with next.config

This commit is contained in:
Luke Vella 2025-04-27 11:23:30 +01:00
parent 34595382bb
commit dfb10b5afb
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
3 changed files with 421 additions and 503 deletions

View file

@ -8,10 +8,6 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({
enabled: process.env.ANALYZE === "true",
});
require("dotenv").config({
path: "../../.env",
});
/** @type {import('next').NextConfig} */
const nextConfig = {
output:

View file

@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "dotenv -c development next dev",
"build": "next build",
"build:test": "NODE_ENV=test next build",
"analyze": "cross-env ANALYZE=true next build",
@ -94,6 +94,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@playwright/test": "^1.49.1",
"@rallly/eslint-config": "workspace:*",
"@rallly/tsconfig": "workspace:*",

917
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff