We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00e6a2 commit 0348facCopy full SHA for 0348fac
src/run/config.ts
@@ -10,7 +10,7 @@ import { PLUGIN_DIR, RUN_CONFIG } from './constants.js'
10
* Get Next.js config from the build output
11
*/
12
export const getRunConfig = async () => {
13
- return JSON.parse(await readFile(resolve(RUN_CONFIG), 'utf-8'))
+ return JSON.parse(await readFile(resolve(PLUGIN_DIR, RUN_CONFIG), 'utf-8'))
14
}
15
16
/**
0 commit comments