Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ Or use directly with npx:
npx servejss
```

servejss requires JSS >= 0.0.211, which never writes `index.html` or `.acl`
files into the served directory. If the bundled dependency is missing,
servejss falls back to a globally installed `jss` — if you have an old
global install, update it too:

```bash
npm install -g javascript-solid-server@latest
```

## Usage

```bash
Expand Down
Loading