No description
Find a file
seth 784c1c1c56
All checks were successful
Code quality checks / biome (push) Successful in 11s
dont cache html
2025-05-19 21:08:31 -04:00
.forgejo/workflows Add biome.js configuration and integrate code quality checks 2025-04-10 19:04:20 -04:00
.vscode send help 2025-05-17 16:08:59 -04:00
public linting 2025-05-19 01:16:38 -04:00
src dont cache html 2025-05-19 21:08:31 -04:00
types linting 2025-05-19 01:16:38 -04:00
.env.example move index to src, add .env add types, fix > to actual bash like input and history 2025-05-05 18:55:57 -04:00
.gitignore base project 2025-04-20 23:15:41 -04:00
biome.json linting 2025-05-19 01:16:38 -04:00
bun.lock formatting 2025-05-19 01:16:28 -04:00
config.yml Add logging for client IP in postAnalytics and update Lanyard styles to use RGB format 2025-05-09 14:57:10 -04:00
LICENSE Initial commit 2025-04-04 22:46:56 +00:00
package.json linting 2025-05-19 01:16:38 -04:00
README.md base project 2025-04-20 23:15:41 -04:00
test.ts refactor: remove unused browserslist import and related console log 2025-05-18 23:49:59 -04:00
tsconfig.json linting 2025-05-19 01:16:38 -04:00

ipv4.army

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.11. Bun is a fast all-in-one JavaScript runtime.