Skip to content

Commit 6d35fec

Browse files
committed
add port 9233
1 parent 06170f9 commit 6d35fec

28 files changed

+15
-575
lines changed

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BINARY_NAME=restack-get-started
2-
VERSION=0.6.19
2+
VERSION=0.6.20
33
BUILD_DIR=build
44

55
.PHONY: all linux macos clean

npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restackio/get-started",
3-
"version": "0.6.19",
3+
"version": "0.6.20",
44
"description": "A getting started command which will help with a first application using Restack framework",
55
"bin": {
66
"get-started": "get-started.sh"

pypi/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "restackio.get-started"
3-
version = "0.6.19"
3+
version = "0.6.20"
44
readme = "README.md"
55
description = "A package to get started with Restack"
66
authors = ["Your Name <[email protected]>"]

restack-app/.env.example

-10
This file was deleted.

restack-app/chat_post.png

-40.6 KB
Binary file not shown.

restack-app/chat_put.png

-57.7 KB
Binary file not shown.

restack-app/chat_run.png

-128 KB
Binary file not shown.

restack-app/eventAgent.ts

-41
This file was deleted.

restack-app/package.json

-26
This file was deleted.

restack-app/readme.md

-104
This file was deleted.

restack-app/scheduleAgent.ts

-29
This file was deleted.

restack-app/src/agents/agent.ts

-103
This file was deleted.

restack-app/src/agents/index.ts

-1
This file was deleted.

restack-app/src/client.ts

-14
This file was deleted.

restack-app/src/functions/createTodo.ts

-7
This file was deleted.

restack-app/src/functions/getRandom.ts

-7
This file was deleted.

restack-app/src/functions/getResult.ts

-17
This file was deleted.

0 commit comments

Comments
 (0)