An open API service indexing awesome lists of open source software.

https://github.com/wpj/snowpack-dev-server-chokidar-repro


https://github.com/wpj/snowpack-dev-server-chokidar-repro

Last synced: about 9 hours ago
JSON representation

Awesome Lists containing this project

README

          

# Snowpack chokidar watcher repro

This repo starts a dev server with `startDevServer` and immediately closes it.
After the server is shut down, the node process remains open.

## Running the example

```
# Install depdendencies
pnpm install

# Run the script
pnpm start
```