chore: fix deployment config- Enabled static export in next.config.ts- Added wrangler.json pointing to ./out assets

This commit is contained in:
NIJAT
2025-12-29 12:45:38 +04:00
parent 3fa12778ee
commit a14c565ce0
2 changed files with 12 additions and 1 deletions

8
wrangler.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "linux-app-installer",
"compatibility_date": "2025-12-29",
"assets": {
"directory": "./out",
"binding": "ASSETS"
}
}