import { IConfig } from './../models/config';

export const config: IConfig = {
  appName: 'flutter_files',
  defaults: {
    bigpack: { flat: false },
    smallpack: { flat: false },
  },
  appPath: '',
};
