mirror of
https://github.com/frappe/books.git
synced 2026-08-24 02:24:17 -05:00
- refactor code to satisfy rules (batch 1) - use ensuredir in build to prevent ENOENT
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import Store from 'electron-store';
|
|
import type { ConfigMap } from 'fyo/core/types';
|
|
|
|
const config = new Store<ConfigMap>();
|
|
export default config;
|