mirror of
https://github.com/seemueller-io/cluster.git
synced 2025-09-08 22:56:46 +00:00
Rename localhost-proxy
to dev-proxy
across all configurations and documentation.
This commit is contained in:
@@ -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]
|
1
packages/dev-proxy/README.md
Normal file
1
packages/dev-proxy/README.md
Normal file
@@ -0,0 +1 @@
|
||||
This server brokers http requests to https to make development easier.
|
@@ -1 +0,0 @@
|
||||
This server brokers https requests to http to make development easier.
|
Reference in New Issue
Block a user