Oleg Sh 43a4b44a22 Change script location.
Split js code.
Added cache and changed loading mechanism for js sources.
2023-11-06 19:16:50 +02:00

11 lines
219 B
JavaScript

{
let modulDir = "entities/graph/";
doInclude ([
include ("shared/point.js"),
include ("entities/edge/api/index.js"),
include ("entities/vertex/api/index.js"),
include ("model/Graph.js", modulDir)
])
}