You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# @taskless/loader
2
2
3
+
## 0.0.38
4
+
5
+
### Patch Changes
6
+
7
+
- Removes the Taskless Cloud dependencies - the loader now runs in local only mode, and does not have a network dependency. You'll need to use the Taskless Pack CLI to install and update packs locally.
You'll need your API key from taskless.io to use Taskless' dynamic pack loading, remote cofiguration, and dashboard packages. If you don't have an API key, you can request one at [taskless.io](https://taskless.io). With an API key in hand, you can update your node.js start command:
35
-
36
-
```bash
37
-
TASKLESS_API_KEY="your api key" node --import="@taskless/loader" start.js
0 commit comments