mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
chore(commont) commont -> server/common: compatibility with old node
This commit is contained in:
parent
ea297fc23e
commit
c72c325417
6 changed files with 21 additions and 13 deletions
|
|
@ -1,8 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
const rendy = require('rendy');
|
||||
const Entity = require('./entity');
|
||||
const store = require('../common/store');
|
||||
const Entity = require('./common/entity');
|
||||
const store = require('./common/store');
|
||||
|
||||
/* КОНСТАНТЫ (общие для клиента и сервера)*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue