Add .static-site.json

This commit is contained in:
2025-01-09 07:22:42 +00:00
parent 9d2744022c
commit 8714d887ef

5
.static-site.json Normal file
View File

@@ -0,0 +1,5 @@
{
"build_command": "npm run build",
"output_dir": "dist",
"node_version": "18"
}