Browse Source

Initial commit

Add core and fastify plugin packages.
master
TheoryOfNekomata 1 year ago
commit
96b0c21ada
4 changed files with 9 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +6
    -0
      .gitmodules
  3. +1
    -0
      packages/core
  4. +1
    -0
      packages/fastify-plugin

+ 1
- 0
.gitignore View File

@@ -0,0 +1 @@
.idea/

+ 6
- 0
.gitmodules View File

@@ -0,0 +1,6 @@
[submodule "packages/core"]
path = packages/core
url = git@code.modal.sh:modal-soft/oatmeal-core.git
[submodule "packages/fastify-plugin"]
path = packages/fastify-plugin
url = git@code.modal.sh:modal-soft/oatmeal-fastify.git

+ 1
- 0
packages/core

@@ -0,0 +1 @@
Subproject commit c96b99b4a06ef0e22760c4458bffe5b996b3077c

+ 1
- 0
packages/fastify-plugin

@@ -0,0 +1 @@
Subproject commit b8c9263a377cdad6a7acc1129a0844b89ec980a1

Loading…
Cancel
Save