Compare everything, beautifully
See every
difference
A premium comparison tool for text and images. Side-by-side diffs, pixel overlays, three-way merge, and more.
config.ts
1const port = 3000;
2−const host = "localhost";
3const debug = false;
4
1const port = 3000;
2+const host = "0.0.0.0";
3const debug = false;
4+const workers = 4;