Skip to content

Commit

Permalink
Create scripts to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
simcheolhwan committed Jun 24, 2024
1 parent c51c945 commit f066254
Show file tree
Hide file tree
Showing 8 changed files with 543 additions and 0 deletions.
1 change: 1 addition & 0 deletions _api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
13 changes: 13 additions & 0 deletions _api/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"scripts": {
"build": "tsx src/main.ts"
},
"devDependencies": {
"@initia/initia-registry-types": "^0.0.17",
"@tsconfig/recommended": "^1.0.6",
"@types/node": "^20.14.8",
"@types/ramda": "^0.30.0",
"ramda": "^0.30.1",
"tsx": "^4.15.7"
}
}
355 changes: 355 additions & 0 deletions _api/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f066254

Please sign in to comment.