mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
9ad76fe80c
- `eslint` and `prettier` configs - `husky` to format and lint via pre-commit hook - `babel-plugin-transform-imports` to treeshake `lodash` and other packages if needed Lints and formats codebase.
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
import { store } from 'app/store';
|
|
import { persistStore } from 'redux-persist';
|
|
|
|
export const persistor = persistStore(store);
|