Search Docs
string
dist
import {defineConfig} from '@empjs/cli' export default defineConfig(store => { return { build:{ outDir:'dist' } } })