{
  "server": {
    "baseDir": "bundle",
    "routes": {
      "/src": "src"
    }
  },
  "host": "0.0.0.0",
  "port": "9001",
  "open": "external",
  "watchOptions": {
    "ignored": ["node_modules", "src", "dist"]
  }
}