mirror of
https://github.com/abusoww/tuxmate.git
synced 2026-04-17 21:53:12 +02:00
chore: fix deployment config- Enabled static export in next.config.ts- Added wrangler.json pointing to ./out assets
This commit is contained in:
8
wrangler.json
Normal file
8
wrangler.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "linux-app-installer",
|
||||
"compatibility_date": "2025-12-29",
|
||||
"assets": {
|
||||
"directory": "./out",
|
||||
"binding": "ASSETS"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user