Skip to content

Commit

Permalink
chore: remove api/sample.env from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Feb 28, 2024
1 parent 795d199 commit 19a9dd7
Show file tree
Hide file tree
Showing 3 changed files with 576 additions and 573 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist
node_modules
api/.env
api/*.env
api/production.env
api/release
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"types": "src/index.ts",
"scripts": {
"build": "sonata-build -ci",
"migrate": "sonata-build -m",
Expand Down
Loading

0 comments on commit 19a9dd7

Please sign in to comment.