forge/arma/server/.hemtt/project.toml
Jacob Schmidt 01dda0e060 Add SurrealDB helpers and promo screenshot assets
- Add local SurrealDB install, update, and run scripts for Forge
- Update setup docs and package the server SurrealDB helpers
2026-05-03 11:48:41 -05:00

27 lines
436 B
TOML

name = "forge-server"
author = "J.Schmidt"
prefix = "forge_server"
mainprefix = "forge"
[version]
path = "addons/main/script_version.hpp"
git_hash = 0
[files]
include = [
"mod.cpp",
"meta.cpp",
"icon_64_ca.paa",
"icon_128_ca.paa",
"icon_128_highlight_ca.paa",
"title_ca.paa",
"config.example.toml",
"LICENSE.md",
"README.md",
"surrealdb/**/*",
]
exclude = []
[properties]
author = "J.Schmidt"