This commit is contained in:
Chris Wanstrath 2025-09-16 21:22:02 -07:00
parent b2e0167c82
commit d00db03d99
2 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,8 @@
"remote:install": "./scripts/remote-install.sh", "remote:install": "./scripts/remote-install.sh",
"remote:start": "./scripts/remote-start.sh", "remote:start": "./scripts/remote-start.sh",
"remote:stop": "./scripts/remote-stop.sh", "remote:stop": "./scripts/remote-stop.sh",
"remote:restart": "./scripts/remote-restart.sh" "remote:restart": "./scripts/remote-restart.sh",
"generate-hosts": "./scripts/generate-hosts.sh"
}, },
"alias": { "alias": {
"@utils": "./src/utils.tsx", "@utils": "./src/utils.tsx",

2
scripts/generate-hosts.sh Executable file
View File

@ -0,0 +1,2 @@
bun ./scripts/generate-hosts.ts > /etc/avahi/hosts
sudo systemctl restart avahi-daemon