From a14af8db8212ac6afdf2357d5d4e868fcae897d9 Mon Sep 17 00:00:00 2001 From: vhs Date: Tue, 7 Jan 2025 12:50:41 -0500 Subject: [PATCH] rebrand application --- README.md | 4 ++-- bun.lockb | Bin 50955 -> 50955 bytes package.json | 6 +++--- public/index.html | 4 ++-- wrangler.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f83cdd3..fe5c244 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Learn Auth +# Private Landing -Authentication experiment using Hono + Cloudflare Workers. +A boilerplate/starter project for quickly building RESTful APIs using [Cloudflare Workers](https://workers.cloudflare.com/), [Hono](https://honojs.dev/) and [Turso](https://turso.tech/). Inspired by Scott Tolinski, Mark Volkmann. ## Security Features diff --git a/bun.lockb b/bun.lockb index d562d3ddb2ec019c5d99d305b9796e66e05a6ade..20c9df2ad4bdf08e4c6b4c5b6f29085e4a400f52 100755 GIT binary patch delta 22 dcmeC~WA5%_-f**voiWZ>&p^*$^MfvJ8vtO-2qgdj delta 22 acmeC~WA5%_-f**vorwVqHb3anwgCWDPX^fl diff --git a/package.json b/package.json index 8196bdd..6bb6ffe 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "learn-auth", + "name": "private-landing", "module": "src/index.ts", "type": "module", "scripts": { "check": "biome check", "deploy": "wrangler deploy --minify", "dev": "wrangler dev --port 8788", - "db:migrate": "turso db shell auth-db < src/db/migration.sql", - "db:reset": "turso db shell auth-db < src/db/reset.sql && turso db shell auth-db < src/db/schema.sql", + "db:migrate": "turso db shell private-landing-db < src/db/migration.sql", + "db:reset": "turso db shell private-landing-db < src/db/reset.sql && turso db shell private-landing-db < src/db/schema.sql", "format": "biome check --write", "lint": "biome lint", "test": "bun test", diff --git a/public/index.html b/public/index.html index f215ab4..74b9776 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - Learn Auth + Private Landing