appEntry

TIP

The entry file of the project, such as index.js This option becomes invalid when entries is set

  • Type: string
  • Default: index.js
emp-config.js
import {defineConfig} from '@empjs/cli'
export default defineConfig(store => {
  return {
    appEntry: 'main.js'
  }
})