mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-03-01 18:58:56 +00:00
init 🌮
This commit is contained in:
15
bun/README.md
Normal file
15
bun/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# bun
|
||||
|
||||
To install dependencies:
|
||||
|
||||
```bash
|
||||
bun install
|
||||
```
|
||||
|
||||
To run:
|
||||
|
||||
```bash
|
||||
bun run index.ts
|
||||
```
|
||||
|
||||
This project was created using `bun init` in bun v1.0.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|
||||
Reference in New Issue
Block a user