jam
v0.10.0
Published
An application server for isolated JavaScript
Readme
jam
jam is the canonical Jam install package.
Usage
jam [flags] [scripts-dir]Notes
jaminstalls the matchingjam-<os>-<arch>platform package through npmoptionalDependencies.- The platform package provides the Node SEA executable that actually runs the server.
- This package publishes the ambient
jamTypeScript types.
Ambient Types
Ambient jam types are generated from packages/jam-node/types/ when this package is built.
Fixtures/apps consume the published types with:
{
"compilerOptions": {
"types": ["jam"]
}
}