12 lines
695 B
JSON
12 lines
695 B
JSON
{
|
|
"//": "Base vendored runtime shared by all apps. Paths are relative to this dir (kjol/web/runtime). Apps merge their own vendor.json (chart.js, pdf-lib, ...) on top. The bundler resolves these instead of the packages' own exports maps (solid-js's bare core mis-resolves to its SSR build where effects are no-ops).",
|
|
"entrypoints": {
|
|
"solid-js": "solid-js/dist/dev.js",
|
|
"solid-js/web": "solid-js/web/dist/dev.js",
|
|
"solid-js/html": "solid-js/html/dist/html.js",
|
|
"solid-js/store": "solid-js/store/dist/dev.js",
|
|
"@solidjs/router": "@solidjs/router/dist/index.js",
|
|
"solid-refresh": "solid-refresh/dist/solid-refresh.mjs",
|
|
"timedotgo": "timedotgo/dist/index.js"
|
|
}
|
|
} |