Rename localhost-proxy to dev-proxy across all configurations and documentation.

This commit is contained in:
geoffsee
2025-08-16 11:05:49 -04:00
parent 9bdb07fb07
commit 294a310eee
7 changed files with 25 additions and 25 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "localhost-proxy"
name = "dev-proxy"
version = "0.1.0"
edition = "2024"
authors = ["Geoff Seemueller <28698553+geoffsee@users.noreply.github.com>"]
[[bin]]
name = "localhost-proxy"
name = "dev-proxy"
path = "src/main.rs"
[dependencies]

View File

@@ -0,0 +1 @@
This server brokers http requests to https to make development easier.

View File

@@ -1 +0,0 @@
This server brokers https requests to http to make development easier.