mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2026-06-08 03:52:32 -04:00
Init commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import storage from 'localforage';
|
||||
|
||||
storage.config({
|
||||
name: 'serverlessInvoices',
|
||||
version: 1.0,
|
||||
storeName: 'default',
|
||||
});
|
||||
Reference in New Issue
Block a user