refactor: move api to monorepo

This commit is contained in:
2023-05-24 14:16:07 +02:00
parent 1bd1672276
commit 2dc8fd98b8
37 changed files with 0 additions and 0 deletions

11
packages/api/.npmignore Normal file
View File

@@ -0,0 +1,11 @@
# Ignore all files/folders by default
# See https://stackoverflow.com/a/29932318
/*
# Except these files/folders
!lib
lib/tsconfig.tsbuildinfo
!LICENSE
!package.json
!package-lock.json
!README.md
!src