mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-26 04:31:39 +03:00
Formatting.
This commit is contained in:
parent
e756598733
commit
55587535cd
@ -195,10 +195,13 @@ export async function run(options) {
|
||||
import * as renderer from "./render.js";
|
||||
import * as elmModule from "${path.resolve("./elm-stuff/elm-pages/elm.cjs")}";
|
||||
import * as url from 'url';
|
||||
${global.portsFilePath
|
||||
? `import * as customBackendTask from "${path.resolve(global.portsFilePath)}";`
|
||||
: `const customBackendTask = {};`
|
||||
}
|
||||
${
|
||||
global.portsFilePath
|
||||
? `import * as customBackendTask from "${path.resolve(
|
||||
global.portsFilePath
|
||||
)}";`
|
||||
: `const customBackendTask = {};`
|
||||
}
|
||||
|
||||
import * as preRenderHtml from "./pre-render-html.js";
|
||||
const basePath = \`${options.base || "/"}\`;
|
||||
|
Loading…
Reference in New Issue
Block a user