diff --git a/scripts/reconfigure.mjs b/scripts/reconfigure.mjs index 9769a6a6845..4aaeee90d32 100644 --- a/scripts/reconfigure.mjs +++ b/scripts/reconfigure.mjs @@ -1,6 +1,6 @@ import path from 'path' import fs from 'fs' -import glob from 'glob' +import { glob } from 'glob' import yaml from 'js-yaml' import chalk from 'chalk' import mustache from 'mustache'