Fix context:

This commit is contained in:
Yoann Chaudet
2022-07-19 16:16:35 -07:00
parent 931e155079
commit 33fad13833

View File

@@ -4,7 +4,7 @@ const enablePages = require('./enable-pages')
const getPagesBaseUrl = require('./get-pages-base-url')
// All variables we need from the runtime are loaded here
const getContext = require('./context')
const {getContext} = require('./context')
async function main() {
try {