Skip to content

Commit

Permalink
Update importmap.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasstrehle authored Nov 8, 2023
1 parent e683cb6 commit fc4383a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions importmap.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"imports": {
"datex-core-legacy": "https://dev.cdn.unyt.org/unyt_core/datex.ts",
"datex-core-legacy/": "https://dev.cdn.unyt.org/unyt_core/",
"unyt_core": "https://dev.cdn.unyt.org/unyt_core/datex.ts",
"unyt_core/": "https://dev.cdn.unyt.org/unyt_core/",
"uix": "https://dev.cdn.unyt.org/uix1/uix.ts",
"uix/": "https://dev.cdn.unyt.org/uix1/src/",
"uix/jsx-runtime": "https://dev.cdn.unyt.org/uix1/src/jsx-runtime/jsx.ts",
"unyt-tests/": "https://dev.cdn.unyt.org/unyt_tests/",
"datex-core-legacy": "https://cdn.unyt.org/[email protected]/datex.ts",
"datex-core-legacy/": "https://cdn.unyt.org/[email protected]/",
"unyt_core": "https://cdn.unyt.org/[email protected]/datex.ts",
"unyt_core/": "https://cdn.unyt.org/[email protected]/",
"uix": "https://cdn.unyt.org/[email protected]/uix.ts",
"uix/": "https://cdn.unyt.org/[email protected]/src/",
"uix/jsx-runtime": "https://cdn.unyt.org/[email protected]/src/jsx-runtime/jsx.ts",
"unyt-tests/": "https://cdn.unyt.org/unyt_tests/",
"backend/": "./backend/",
"common/": "./common/",
"frontend/": "./frontend/"
}
}
}

0 comments on commit fc4383a

Please sign in to comment.