Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PRMS-51 [Feat] AWS Lambda Migration #29

Merged
merged 11 commits into from
Jan 26, 2024
Prev Previous commit
Next Next commit
feat: 로컬 환경에서 실행 가능하도록 수정
  • Loading branch information
jinyongp committed Jan 25, 2024
commit a72d99e0a3fe8670ef4f2eb3cc3c5100eea44616
10 changes: 5 additions & 5 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
* @type {import('eslint').Linter.Config}
*/
module.exports = {
root: true,
env: {
node: true,
jest: true,
},
parser: '@typescript-eslint/parser',
parserOptions: {
project: 'tsconfig.json',
tsconfigRootDir: __dirname,
sourceType: 'module',
},
extends: ['plugin:@typescript-eslint/recommended', 'prettier'],
root: true,
env: {
node: true,
jest: true,
},
ignorePatterns: ['node_modules', 'dist'],
plugins: ['@typescript-eslint/eslint-plugin', 'prettier'],
rules: {
Expand Down
27 changes: 15 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"explorer.fileNesting.patterns": {
"package.json": "bun.lockb",
".env.example": ".env*"
},
"material-icon-theme.activeIconPack": "nest",
"explorer.fileNesting.enabled": true,
"cSpell.words": [
"autoincrement",
"bunx",
"customfav",
"datasource",
"dockerdata",
"dtos",
"fastify",
Expand All @@ -23,6 +15,17 @@
"nestjs",
"predeploy",
"typeorm",
"vendia",
"websockets"
]
}
],
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
".env.example": ".env*",
"package.json": "bun.lockb"
},
"material-icon-theme.activeIconPack": "nest"
}
Binary file added src/assets/favicon.ico
Binary file not shown.
Loading