azukiapp/azk

View on GitHub
docs/content/common/getting-started/mounts_example.md

Summary

Maintainability
Test Coverage
```js
systems({
  azkdemo: {
    // ...
    command: ["npm", "start"],
    mounts: {
      '/azk/#{manifest.dir}': path("."),
    },
    scalable: {"default": 2},
    // ..
  },
});
```