We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c0bef commit 16b43fbCopy full SHA for 16b43fb
ci-release-build.sh
@@ -12,7 +12,7 @@ cd ./standalone
12
echo ';process.title = "Shiro (NextJS)"' >>server.js
13
mv ../static/ ./.next/static
14
15
-cp $CWD/ecosystem.standalone.config.js ./ecosystem.config.js
+cp $CWD/ecosystem.standalone.config.cjs ./ecosystem.config.js
16
cp $CWD/.env.template .env
17
18
cd ..
standalone-bundle.sh
0 commit comments