feat: add ssh key

This commit is contained in:
Mauricio Siu
2024-10-02 22:50:01 -06:00
parent f13e5d449c
commit d41c8c70c3
24 changed files with 3908 additions and 192 deletions

View File

@@ -5,9 +5,9 @@
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"dev": "tsup --config ./tsup.ts --watch",
"build": "tsc --project tsconfig.server.json && tsc-alias -p tsconfig.server.json",
"esbuild": "tsx ./esbuild.config.ts",
"dev": "tsc --project tsconfig.server.json --watch && tsc-alias -p tsconfig.server.json",
"build": "rm -rf ./dist && tsc --project tsconfig.server.json && tsc-alias -p tsconfig.server.json",
"esbuild": "tsx --watch ./esbuild.config.ts & tsc-alias -p tsconfig.server.json --watch",
"build:types": "tsc --emitDeclarationOnly --experimenta-dts"
},
"dependencies": {