13 lines
266 B
EmacsLisp
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/"
|
|
}
|