Fix demo seed runtime
Build and deploy Docker image / build (push) Successful in 1m43s

This commit is contained in:
Ruslan Bakiev
2026-06-07 11:09:56 +07:00
parent 6dc480f828
commit 38972ebce7
3 changed files with 5 additions and 34 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { aql } from 'arangojs'
import { ensureGraph, getDb } from '../src/db.js'
import { ensureGraph, getDb } from '../dist/db.js'
type GeoNode = {
_key: string