mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-12-16 14:32:54 -05:00
Init commit
This commit is contained in:
7
src/config/storage.config.js
Normal file
7
src/config/storage.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import storage from 'localforage';
|
||||
|
||||
storage.config({
|
||||
name: 'serverlessInvoices',
|
||||
version: 1.0,
|
||||
storeName: 'default',
|
||||
});
|
||||
Reference in New Issue
Block a user