Skip to content

Commit

Permalink
NOTE FOR LATER op for importMetaResolve
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed May 3, 2022
1 parent 96ac924 commit 454afd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/agoric-cli/src/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default async function startMain(progname, rawArgs, powers, opts) {

const sdkPrefixes = {};
if (!opts.sdk) {
// TODO importMetaResolve should be more reliable.
const agoricPrefix = path.resolve(`node_modules/@agoric`);
sdkPrefixes.goPfx = agoricPrefix;
sdkPrefixes.jsPfx = agoricPrefix;
Expand Down

0 comments on commit 454afd3

Please sign in to comment.