fastly compute serve
Build and run a Compute@Edge package locally
Options
| Name | Description | 
|---|---|
| --addr  <addr> | The IPv4 address and port to listen on | 
| --env  <env> | The environment configuration to use (e.g. stage) | 
| --file  <file> | The Wasm file to run | 
| --include-source | Include source code in built package | 
| --language  <language> | Language type | 
| --name  <name> | Package name | 
| --skip-build | Skip the build step | 
| --skip-verification | Skip verification steps and force build | 
| --timeout  <timeout> | Timeout, in seconds, for the build compilation step | 
| --watch | Watch for file changes, then rebuild project and restart local server |