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 528a00b commit 3ea9b96Copy full SHA for 3ea9b96
packages/@apphosting/adapter-nextjs/src/bin/build.spec.ts
@@ -3,7 +3,7 @@ import assert from "assert";
3
import fs from "fs";
4
import path from "path";
5
import os from "os";
6
-import { OutputBundleOptions } from "../interfaces";
+import { OutputBundleOptions } from "../interfaces.js";
7
8
describe("build commands", () => {
9
let tmpDir: string;
@@ -23,7 +23,7 @@ describe("build commands", () => {
23
const { generateOutputBundle } = await importUtils;
24
const files = {
25
".next/standalone/standalonefile": "",
26
- ".next/static/staticfile": "",
+ ".next/static/staticfile": "{remove me}",
27
".next/routes-manifest.json": `{
28
"headers":[],
29
"rewrites":[],
0 commit comments