Skip to content

Commit a49709b

Browse files
committed
update web next.js config to respect env frontend-sided
1 parent 587248e commit a49709b

File tree

9 files changed

+379
-151
lines changed

9 files changed

+379
-151
lines changed

docker-compose.web-dev.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.

web/next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
import "./build/dev/types/routes.d.ts";
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

web/next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
const nextConfig = {
33
distDir: 'build',
44
reactStrictMode: true,
5-
transpilePackages: ['@helpwave/api-services'],
65
output: 'standalone',
76
images: {
87
dangerouslyAllowSVG: true,

0 commit comments

Comments
 (0)