diff --git a/crates/colony-types/bindings/InboxItem.ts b/crates/colony-types/bindings/InboxItem.ts new file mode 100644 index 0000000..cb19318 --- /dev/null +++ b/crates/colony-types/bindings/InboxItem.ts @@ -0,0 +1,4 @@ +// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. +import type { Message } from "./Message"; + +export type InboxItem = { id: bigint, message: Message, channel_name: string, trigger: string, created_at: string, }; diff --git a/scripts/ssh-vm.sh b/scripts/ssh-vm.sh new file mode 100755 index 0000000..b34b4dd --- /dev/null +++ b/scripts/ssh-vm.sh @@ -0,0 +1,3 @@ +#!/bin/bash +# Quick SSH into colony-vm +gcloud compute ssh colony-vm --zone=europe-west1-b --project=apes-platform "$@"