Package Exports
- appwrouter
- appwrouter/dist/index.js
- appwrouter/dist/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (appwrouter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
bun starter
Getting Started
Click the Use this template button to create a new repository with the contents starter.
OR
Run bun create wobsoriano/bun-lib-starter ./my-lib.
Setup
# install dependencies
bun install
# test the app
bun test
# build the app, available under dist
bun run buildLicense
MIT