Files
neuron-web/manifest.el
T
will.anderson bb2be6398b
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 12m34s
fix: correct author email in manifest
2026-05-07 10:19:27 -05:00

13 lines
266 B
EmacsLisp

package "neuron-landing" {
version "1.0.0"
description "Neuron marketing landing page server"
authors ["Will Anderson <will.anderson@neurontechnologies.ai>"]
edition "2026"
}
build {
target "release"
entry "src/main.el"
output "dist/"
}