Skip to content

Commit c6fcd80

Browse files
committed
docs: Update systemjs import path
The import path in the system.md file was incorrect, pointing to a non-existent location. This commit updates the import path to correctly point to the location of the Test module within node_modules.
1 parent 883e679 commit c6fcd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const basePath = url.pathToFileURL(process.cwd()).href;
1414
setBaseUrl(System, basePath);
1515
applyImportMap(System, {
1616
imports: {
17-
"Test": "./dist/Test.js"
17+
"Test": "./node_modules/@jlongyam/test/dist/Test.js"
1818
}
1919
});
2020

0 commit comments

Comments
 (0)