3.6.2 • Published 1 year ago

@taskless/dev v3.6.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@taskless/dev

A local development server for Taskless.io. Using a local development server saves on roundtrips to Taskless.io and also allows you to inspect, invoke, and manage your job queues. Uses an in-memory database under the hood.

Getting Started

First, install this package via npm/yarn/pnpm into your development dependencies

npm i -d @taskless/dev
# or
yarn add -D @taskless/dev
# or
pnpm add -D @taskless/dev

Then, add the Taskless binary to your development script. We recommend either concurrently or npm-run-all depending on how your app is configured. For example, if you are using a next.js app, your package.json's dev script might look like:

{
  "scripts": {
    "dev": "concurrently -n taskless,next 'taskless' 'next dev'"
  }
}

This will start the Taskless development server alongside your app. Unless explicitly configured, @taskless/client and integrations will always communicate with the Taskless dev server so that you're not interfering with production traffic.

The development server's UI is reachable on http://localhost:3001.

Advanced

Changing the Port

The development port can be changed by passing the -p [PORT] flag to the taskless command. If you change this, you'll need to set the TASKLESS_ENDPOINT env value in your app, otherwise the Taskless Client won't be able to find your development server.

3.6.2

1 year ago

3.4.0

2 years ago

3.6.1

2 years ago

3.6.0

2 years ago

3.4.2

2 years ago

3.4.1

2 years ago

3.3.1

2 years ago

3.3.0

2 years ago

3.3.5

2 years ago

3.3.4

2 years ago

3.3.3

2 years ago

3.5.0

2 years ago

3.3.2

2 years ago

3.2.1

2 years ago

3.1.2

2 years ago

3.2.0

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

3.0.0-next.4

2 years ago

3.0.0-next.0

2 years ago

2.0.0-next.8

2 years ago

2.0.0-next.9

2 years ago

2.0.0-next.6

2 years ago

2.0.0-next.7

2 years ago

2.0.0-next.4

2 years ago

2.0.0-next.5

2 years ago

2.0.0-next.10

2 years ago

2.0.0-next.11

2 years ago

2.0.0-next.12

2 years ago

2.0.0-next.13

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.0.2

2 years ago

2.1.3

2 years ago

2.0.0-next.2

2 years ago

1.2.0-next.2

2 years ago

2.0.0-next.3

2 years ago

1.2.0-next.1

2 years ago

2.0.3-next.0

2 years ago

2.0.0-next.0

2 years ago

2.0.0-next.1

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

1.2.0-next.0

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.0.0-next.16

2 years ago

1.0.0-next.15

2 years ago

1.0.0-next.14

2 years ago

1.0.0-next.13

2 years ago

1.0.0-next.12

2 years ago

1.0.0-next.11

2 years ago

1.0.0-next.10

2 years ago