mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
feature(cloudcmd) store -> fullstore
This commit is contained in:
parent
60fe5b600e
commit
ce73cbfbe7
6 changed files with 3 additions and 41 deletions
|
|
@ -1,8 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
const rendy = require('rendy');
|
||||
const store = require('fullstore/legacy');
|
||||
const Entity = require('./common/entity');
|
||||
const store = require('./common/store');
|
||||
|
||||
/* КОНСТАНТЫ (общие для клиента и сервера)*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
const data = {};
|
||||
|
||||
return (value) => {
|
||||
if (typeof value !== 'undefined')
|
||||
data.value = value;
|
||||
|
||||
return data.value;
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue