We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6102aea commit ad894e7Copy full SHA for ad894e7
packages/@apphosting/adapter-nextjs/src/bin/build.spec.ts
@@ -81,7 +81,7 @@ outputFiles:
81
validateTestFiles(tmpDir, expectedFiles);
82
});
83
84
- it("moves files into correct location in a monorepo setup", async () => {
+ it("copies files into correct location in a monorepo setup", async () => {
85
const { generateBuildOutput } = await importUtils;
86
const files = {
87
".next/standalone/apps/next-app/standalonefile": "",
@@ -123,6 +123,7 @@ outputFiles:
123
const expectedFiles = {
124
".next/standalone/apps/next-app/.next/static/staticfile": "",
125
126
+ ".next/static/staticfile": "",
127
};
128
const expectedPartialYaml = {
129
version: "v1",
0 commit comments