1
0
Fork 0

fix(new-design): Fix banner import

This commit is contained in:
joostdecock 2023-07-21 16:37:14 +02:00
parent 55a6c2c52b
commit a1a337c318

View file

@ -1,4 +1,4 @@
import { banner } from './banner.mjs'
import { banner } from '../../../scripts/banner.mjs'
import { checkNodeVersion, getChoices, createEnvironment } from './utils.mjs'
export const cli = async () => {