Skip to content

Commit

Permalink
chore(global): 🔧 update all the things and the README docs stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Jiroh Halili <[email protected]>
  • Loading branch information
ajhalili2006 committed Nov 28, 2024
1 parent 1f841bc commit 873782c
Show file tree
Hide file tree
Showing 7 changed files with 1,892 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ web_modules/

# dotenv environment variable files
.env.keys
*.decrypted

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand Down
1 change: 1 addition & 0 deletions .wakatime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@andreijiroh-dev/api-servers
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# `@andreijiroh-dev/api-servers`

![Hack Club](https://badges.api.lorebooks.wiki/badges/hackclub/hackclub)

Monorepo for different Cloudflare Workers and Deno Deploy hosted APIs I build.
Licensed under MPL-2.0

## Currently maintained

- [`go.andreijiroh.dev`](./apps/golinks-v2/) - personal golinks and link shortener
- [`api.andreijiroh.dev`](./apps/website-api/) - website and personal utility API

## CI

Expand Down
14 changes: 14 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "@andreijiroh-dev/api-servers",
"workspace": ["apps/**"],
"compilerOptions": {
"jsx": "precompile",
"jsxImportSource": "hono/jsx"
},
"imports": {
"@hono/hono": "jsr:@hono/hono@^4.6.12",
"chanfana": "npm:chanfana@^2.3.0",
"zod": "npm:zod@^3.23.8"
},
"unstable": ["kv", "cron"]
}
Loading

0 comments on commit 873782c

Please sign in to comment.