chore: replace — to -

This commit is contained in:
pawka 2026-03-15 16:36:55 -03:00
parent b7b1fd306a
commit 85ba964317

View file

@ -1,7 +1,7 @@
# toolkit # toolkit
A collection of browser-based tools for developers. A collection of browser-based tools for developers.
No server, no tracking, no external dependencies everything runs locally in your browser. No server, no tracking, no external dependencies - everything runs locally in your browser.
## Tools ## Tools
@ -20,7 +20,7 @@ No server, no tracking, no external dependencies — everything runs locally in
## Stack ## Stack
- [SvelteKit 2](https://kit.svelte.dev) + [Svelte 5](https://svelte.dev) - [SvelteKit 2](https://kit.svelte.dev) + [Svelte 5](https://svelte.dev)
- JavaScript with JSDoc no TypeScript - JavaScript with JSDoc - no TypeScript
- No runtime dependencies - No runtime dependencies
--- ---
@ -83,4 +83,4 @@ Then proxy traffic to port `3000`.
|----------|------------|---------------------------------------| |----------|------------|---------------------------------------|
| `PORT` | `3000` | Port the server listens on | | `PORT` | `3000` | Port the server listens on |
| `HOST` | `0.0.0.0` | Interface to bind | | `HOST` | `0.0.0.0` | Interface to bind |
| `ORIGIN` | | Public URL (required in production) | | `ORIGIN` | - | Public URL (required in production) |