Newer
Older
import fetch from 'node-fetch';
import * as bundle from './app/bundle.api';
import * as injected from './injected';
// DEPRECATED: remove the next line in @actual-app/api v7
export * from './methods';
export * as utils from './utils';
export async function init(config = {}) {
await actualApp.send('close-budget');
actualApp = null;
}
}