react-server675fbba4
react-servertreemainexamplespokemonreact-server.runtime.config.json
examples/pokemon/react-server.runtime.config.jsonjson196 B1ff0c62e
{
  "root": "src/app",
  "cache": {
    "providers": {
      "default": {
        "driver": "unstorage/drivers/fs",
        "options": {
          "base": "./.cache"
        }
      }
    }
  }
}