* feat(client): add function alias support * feat(client): auto config from env vars * fix(client): username in aliased url * feat: nextjs proxy handler * fix: update client tests * feat(client): built-in queue support * feat: client + nextjs e2e demo * chore: update browserslist * chore: update version info * chore: update readme badges * fix: ignore lint error on require
12 lines
260 B
Markdown
12 lines
260 B
Markdown
# nextjs
|
|
|
|
This library was generated with [Nx](https://nx.dev).
|
|
|
|
## Running unit tests
|
|
|
|
Run `nx test nextjs` to execute the unit tests via [Jest](https://jestjs.io).
|
|
|
|
## Running lint
|
|
|
|
Run `nx lint nextjs` to execute the lint via [ESLint](https://eslint.org/).
|