This commit is contained in:
z0rayy
2026-06-10 19:01:38 +07:00
parent 08d0252389
commit 464d014b42
2 changed files with 13 additions and 1 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
{
"name": "rayhan/webgis-sig",
"description": "WebGIS Application",
"require": {}
"require": {
"php": ">=8.2",
"ext-mysqli": "*",
"ext-pdo_mysql": "*"
}
}
+8
View File
@@ -0,0 +1,8 @@
providers = ["php"]
[variables]
NIXPACKS_PHP_ROOT_DIR = "/app"
NIXPACKS_PHP_FALLBACK_PATH = "/index.php"
[start]
cmd = "php -S 0.0.0.0:${PORT:-8080} -t /app"