import type { ConfigObject } from 'bananass';

module.exports = {
  // Add your custom Bananass configuration here.
  //
  // For example:
  //
  // entryDir: 'bananass',
  // outDir: '.bananass',
  // browser: {
  //   secretMode: false,
  // }
  // build: {
  //   templateType: 'fs',
  // }
  // ...
} satisfies ConfigObject;

// Please take a look at https://bananass.lumir.page
// which contains all the available configurations and options.
