Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 133adf3

Browse files
committed
add hass workflow
1 parent e849a23 commit 133adf3

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

.github/workflows/hass.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
branches:
77
- main
8+
release:
9+
types:
10+
- published
811

912
permissions:
1013
contents: read

server/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,2 @@
1-
# Elysia with Bun runtime
1+
# Ava Server
22

3-
## Getting Started
4-
To get started with this template, simply paste this command into your terminal:
5-
```bash
6-
bun create elysia ./elysia-example
7-
```
8-
9-
## Development
10-
To start the development server run:
11-
```bash
12-
bun run dev
13-
```
14-
15-
Open http://localhost:3000/ with your browser to see the result.

0 commit comments

Comments
 (0)