import { defineConfig } from '@ice/pkg';

// https://pkg.ice.work/reference/config/
export default defineConfig({
<% if (locals.isAliInternal) { _%>
  plugins: [
    [
      '@ali/pkg-plugin-dev',
      {
        clientArgs: {
          port: 3002,
        }
      },
    ],
  ],
<% } _%>
});
