Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,50 @@
<<<<<<< HEAD
# dependencies
/node_modules

# IDE
/.idea
/.awcache
/.vscode
=======
# Dependencies
node_modules/
**/node_modules/
.pnp/
.pnp.js

# Testing
coverage/
**/coverage/

# Production
dist/
**/dist/
build/
**/build/

# Misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# IDE
.idea/
.vscode/
*.swp
*.swo

# TypeScript
*.tsbuildinfo
>>>>>>> fc196e7 (Initial commit: Full-stack framework setup)

# misc
npm-debug.log
Expand All @@ -15,9 +55,12 @@ npm-debug.log
/coverage
/.nyc_output

<<<<<<< HEAD
# dist
dist

=======
>>>>>>> fc196e7 (Initial commit: Full-stack framework setup)
# temporary reports
eslint_report.json

Expand Down
9 changes: 9 additions & 0 deletions integrations/sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@
"@aws-sdk/client-s3": "^3.689.0",
"@aws-sdk/credential-providers": "^3.687.0",
"@aws-sdk/s3-request-presigner": "^3.689.0",
<<<<<<< HEAD
"@intentjs/core": "workspace:*",
=======
"@intentjs/core": "*",
>>>>>>> fc196e7 (Initial commit: Full-stack framework setup)
"bcrypt": "^5.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
Expand All @@ -66,8 +70,13 @@
"winston": "^3.14.2"
},
"devDependencies": {
<<<<<<< HEAD
"@intentjs/cli": "workspace:*",
"@intentjs/tooling": "workspace:*",
=======
"@intentjs/cli": "*",
"@intentjs/tooling": "*",
>>>>>>> fc196e7 (Initial commit: Full-stack framework setup)
"@nestjs/testing": "^10.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@rspack/cli": "^1.2.8",
Expand Down
Loading
Loading