wachit 0.1.1

Instant rebuilds for your dev workflow
Documentation
1
2
3
4
5
6
7
{
  "scripts": {
    "build": "npm run build",
    "start": "npm run start",
    "dev": "node ./server.js"
  }
}