Skip to content

Conversation

@schiltz3
Copy link
Collaborator

@schiltz3 schiltz3 commented Jan 8, 2023

Move all source files to src folder

Clean up the directory and make it easier to tell tools were all the source files are

Changes

  • move source files to src

@schiltz3 schiltz3 changed the base branch from main to staging January 8, 2023 06:23
@schiltz3 schiltz3 closed this Jan 8, 2023
@schiltz3 schiltz3 reopened this Jan 8, 2023
@schiltz3 schiltz3 enabled auto-merge January 8, 2023 06:23
@schiltz3 schiltz3 requested a review from nathen418 January 8, 2023 06:23
@schiltz3 schiltz3 self-assigned this Jan 8, 2023
Copy link
Member

@nathen418 nathen418 left a comment

Choose a reason for hiding this comment

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

in package.json:

"scripts": {
    "run": "ts-node index.ts",

needs to be changed to

"scripts": {
    "run": "ts-node src/index.ts",

otherwise it looks good

Copy link
Member

@nathen418 nathen418 left a comment

Choose a reason for hiding this comment

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

LGTM

@schiltz3 schiltz3 merged commit a07bb49 into staging Jan 9, 2023
@schiltz3 schiltz3 deleted the feature/schiltz3/move-files branch January 10, 2023 05:28
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.

3 participants