Closed FeelyChau closed 3 years ago
As the RFC-1808, we could support the relative path for script uri like:
{ "datasource": "file:relative/path/to/script.js" }
The real path is resolved as ${process.cwd()}/relative/path/to/script.js.
${process.cwd()}/relative/path/to/script.js
As the RFC-1808, we could support the relative path for script uri like:
The real path is resolved as
${process.cwd()}/relative/path/to/script.js
.