From c489d274cc9f126577bfbdbfe6fd8f65f2a8136e Mon Sep 17 00:00:00 2001 From: RemixDev Date: Tue, 20 Jul 2021 14:52:01 +0200 Subject: [PATCH] Fixed server builds --- server/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index c07f48b..8fa4199 100644 --- a/server/package.json +++ b/server/package.json @@ -15,7 +15,10 @@ "bin": "./dist/app.js", "pkg": { "scripts": "./dist/**/*.js", - "assets": "../webui/public/**/*", + "assets": [ + "../webui/public/**/*", + "../package.json" + ], "targets": [ "node16-linux-x64", "node16-win-x64",