mirror of
https://github.com/frappe/books.git
synced 2024-11-08 14:50:56 +00:00
4415c04a88
- 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;
|