Skip to content

Commit

Permalink
Merge pull request #112 from connery-io/con-72
Browse files Browse the repository at this point in the history
feat: prepare plugin for deployment to Vercel
  • Loading branch information
machulav committed Apr 14, 2024
2 parents 05b8116 + 503b73e commit 4e74493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/connery/src/cli/init/templates/.gitignore.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default `/node_modules
/dist
.env
.vercel
`;
1 change: 1 addition & 0 deletions packages/connery/src/cli/init/templates/package.json.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default `{
"type": "module",
"scripts": {
"build": "tsc",
"start": "tsc && node dist/index.js",
"test": "jest --passWithNoTests",
"format": "prettier --write ."
Expand Down

0 comments on commit 4e74493

Please sign in to comment.