Skip to content

feat: node js server project phaze 2#1

Open
roicohen326 wants to merge 4 commits intomainfrom
pr/v2-content-import
Open

feat: node js server project phaze 2#1
roicohen326 wants to merge 4 commits intomainfrom
pr/v2-content-import

Conversation

@roicohen326
Copy link
Owner

No description provided.

.gitignore Outdated
node_modules/
dist/
build/
.env
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can use .env* instead of .env.local
.env.*.local

ormconfig.ts Outdated
export default new DataSource({
...config.typeorm,
migrations: ['src/migrations/*.ts'],
}); No newline at end of file
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EOF - every file has a empty line at the end

package.json Outdated
"migration:revert": "npm run typeorm migration:revert"
},
"dependencies": {
"@map-colonies/error-types": "*",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*?

package.json Outdated
"typescript": "^5.4.5"
}
}
} No newline at end of file
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eof

},
};

export default config; No newline at end of file
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add eslint - will prevent EOFs errors if you run it before pushing to branch.
it repeats everywhere so i stop commenting for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants