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
- Host: GitHub
- URL: https://github.com/wpj/snowpack-dev-server-chokidar-repro
- Owner: wpj
- Created: 2021-01-04T05:28:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-04T05:41:03.000Z (over 5 years ago)
- Last Synced: 2025-06-20T01:11:51.340Z (about 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```