refactor: move away from monorepo setup

This commit is contained in:
2025-09-19 22:34:07 +02:00
parent bf119e4b47
commit 6b6c23e4e6
12 changed files with 34 additions and 40 deletions

9
src/info.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "prometheus-exporter",
"version": "0.0.1",
"title": "Prometheus Exporter for Factorio",
"author": "Bjorn Pijnacker",
"factorio_version": "2.0",
"dependencies": ["base >= 2.0"],
"description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack"
}