UNPKG

aflower-cli

Version:

One flower project command line interface.

11 lines (7 loc) 189 B
import fse from 'fs-extra' import path from 'path' const targetPath = path.resolve(process.cwd(), 'vite.config.js') console.log(targetPath) console.log( fse.existsSync(targetPath) )