nidus-sync/static/gen.go
Eli Ribble 31947c848a
Move static outside HTML. Start work on TypeScript bundle
It's not strictly HTML, so that's just correct.

This is just worth doing while building the new TypeScript bundle
2026-03-21 03:06:59 +00:00

6 lines
211 B
Go

package static
// gen.go - checked into git
// This file is overwritten during Nix builds with hashed paths
const BundlePathCSS = "/static/gen/css/bootstrap.css"
const BundlePathJS = "/static/gen/js/bundle.js"