From 667288fd8fc258d0004efe0d50fb8802cef3599f Mon Sep 17 00:00:00 2001 From: Walaff Fernandes <55416536+lncitador@users.noreply.github.com> Date: Sun, 5 May 2024 18:23:20 -0300 Subject: [PATCH] feat: add @izzyjs/route package (#79) --- content/packages/izzyjs-route.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/packages/izzyjs-route.yml diff --git a/content/packages/izzyjs-route.yml b/content/packages/izzyjs-route.yml new file mode 100644 index 0000000..91ab234 --- /dev/null +++ b/content/packages/izzyjs-route.yml @@ -0,0 +1,12 @@ +name: Izzyjs Route +category: Extensions +npm: '@izzyjs/route' +repo: izzyjs/route +description: Use your AdonisJs routes in your Inertia.js application +compatibility: + adonis: ^6.0.0 +firstReleaseAt: '2024-05-02T20:41:59.095Z' +lastReleaseAt: '2024-05-04T21:34:10.431Z' +type: 3rd-party +github: https://github.com/izzyjs/route/tree/main +website: https://github.com/izzyjs/route/tree/main