mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 23:32:17 +10:00
feat(api): ratelimiting
This commit is contained in:
parent
26213d9f91
commit
1148023b1a
10 changed files with 139 additions and 150 deletions
|
@ -13,8 +13,12 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
//https://nitro.unjs.io/config
|
||||
|
||||
import nitroCloudflareBindings from 'nitro-cloudflare-dev'
|
||||
import { defineNitroConfig } from 'nitropack/config'
|
||||
|
||||
export default defineNitroConfig({
|
||||
modules: [nitroCloudflareBindings],
|
||||
preset: 'cloudflare_module',
|
||||
compatibilityDate: '2024-11-01',
|
||||
runtimeConfig: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue