Compare commits

...

2 Commits

Author SHA1 Message Date
06916ccb45 update build.js 2025-10-06 20:49:55 -07:00
d245798f77 oh 2025-10-06 20:49:52 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
//// ////
// version: 384a0bd // version: d245798
// src/js/dom.ts // src/js/dom.ts
var content2 = $("content"); var content2 = $("content");

View File

@ -3,6 +3,6 @@
# It isn't enough to modify this yet. # It isn't enough to modify this yet.
# You also need to manually update the nose-pluto.service file. # You also need to manually update the nose-pluto.service file.
HOST="${HOST:-nose@nose-pluto.local}" HOST="${HOST:-nose@nose-pluto.local}"
URL="${URL:-http://nose-pluto.local} URL="${URL:-http://nose-pluto.local}"
DEST="${DEST:-~/.nose}" DEST="${DEST:-~/.nose}"
REPO="${REPO:-https://git.nose.space/defunkt/nose-pluto}" REPO="${REPO:-https://git.nose.space/defunkt/nose-pluto}"