(no title)
laktek | 2 years ago
You can do: ``` import os from "node:os" console.log(os.hostname()) ```
and it should just work both locally and when deployed. No extra steps needed.
laktek | 2 years ago
You can do: ``` import os from "node:os" console.log(os.hostname()) ```
and it should just work both locally and when deployed. No extra steps needed.
No comments yet.