11 lines
547 B
Plaintext
11 lines
547 B
Plaintext
|
|
file:///home/bernt/.openclaw/workspace/landvex-admin-v2/src/routes/intelligence.mjs:8
|
||
|
|
import { storeReport } from './reports.mjs';
|
||
|
|
^^^^^^^^^^^
|
||
|
|
SyntaxError: The requested module './reports.mjs' does not provide an export named 'storeReport'
|
||
|
|
at #asyncInstantiate (node:internal/modules/esm/module_job:327:21)
|
||
|
|
at async ModuleJob.run (node:internal/modules/esm/module_job:431:5)
|
||
|
|
at async node:internal/modules/esm/loader:633:26
|
||
|
|
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:5)
|
||
|
|
|
||
|
|
Node.js v24.16.0
|