Documentation
¶
Overview ¶
minimal-server demonstrates the simplest way to start a tern server. It loads configuration from a YAML file and starts the server with automatic coding agent registration via init() imports.
Usage:
go run . -config config.yaml
Examples:
# Run with default config.yaml in current directory go run . # Run with a specific config file go run . -config ./settings/example/config.yaml # Run the built binary ./bin/minimal-server -config ./settings/example/config.yaml
Click to show internal directories.
Click to hide internal directories.