fix: Fixed install ps1 script handler
Server Deploy / deploy (push) Successful in 1m28s

This commit is contained in:
2026-07-17 14:45:19 +01:00
parent 2b4611f7ac
commit bf96dba50e
+4
View File
@@ -18,6 +18,10 @@ const nextConfig: NextConfig = {
source: "/install",
destination: `${apiUrl}/install`,
},
{
source: "/install.ps1",
destination: `${apiUrl}/install.ps1`,
},
{
source: "/update",
destination: `${apiUrl}/update`,