feat(export): add shareable links (#41)

* feat(export): add shareable links

* chore: reconfigure PW

* test: fix namespace

* style: apply prettier

* chore: reduce workers count in CI for PW

tests are running slower (to the point some time out) and flaky

* fix: initialize pending request from store immediately

* chore: apply rector
This commit is contained in:
Mazen Touati
2026-01-24 03:01:32 +01:00
committed by GitHub
parent 106bba7539
commit 2895a0ddc6
40 changed files with 2401 additions and 190 deletions

View File

@@ -38,6 +38,9 @@
"rector/rector": "^1.2 || ^2.2",
"spatie/laravel-data": "^4.18"
},
"suggest": {
"ext-zlib": "Required for shareable links feature."
},
"autoload": {
"psr-4": {
"Sunchayn\\Nimbus\\": "src/"
@@ -79,4 +82,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}