mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
Fix issues with next.config
This commit is contained in:
parent
34595382bb
commit
dfb10b5afb
3 changed files with 421 additions and 503 deletions
|
@ -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:
|
||||
|
|
|
@ -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
917
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue