Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

added shared folder#123

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
benjaminstrasser wants to merge2 commits intomain
base:main
Choose a base branch
Loading
fromshared-folder
Open

added shared folder#123

benjaminstrasser wants to merge2 commits intomainfromshared-folder

Conversation

@benjaminstrasser
Copy link
Member

No description provided.

Copy link
Collaborator

@sjaghorisjaghori left a comment

Choose a reason for hiding this comment

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

we need eslint rules ('import/no-restricted-paths' package e.g.) to keep things separat:

TODO's:

  • prevents imports from src/* into services/*
  • prevents imports from src/* into shared/*
  • prevents imports from services/* into shared/*

mledl reacted with thumbs up emoji
include:['src/**/*.{test,spec}.{js,ts}','services/**/*.{test,spec}.{js,ts}']
},
server:{port:3000,fs:{allow:['services/src/util/slug']}},// Add shared workspace and move slug to shared
server:{port:3000,fs:{allow:['shared/src']}},
Copy link
Collaborator

Choose a reason for hiding this comment

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

a general question, do we want to have a src folder inside shared workspace? Just saying that we don't have to.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think it we could get rid of the src folder.

@benjaminstrasserbenjaminstrasserforce-pushed thefeat/project-slug branch 2 times, most recently from0510a72 toe2b0434CompareAugust 2, 2024 12:37
@benjaminstrasserbenjaminstrasserforce-pushed theshared-folder branch 3 times, most recently frome6618a8 toa3ce1f4CompareAugust 20, 2024 12:01
Base automatically changed fromfeat/project-slug tomainAugust 20, 2024 12:18
benjaminstrasserand others added2 commitsOctober 6, 2024 14:35
Signed-off-by: Benjamin Strasser <bp.strasser@gmail.com>
…s not supported by pnpm, fixes ci, updates pnpm, vitest & vite
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@sjaghorisjaghorisjaghori left review comments

@jjnpjjnpAwaiting requested review from jjnpjjnp is a code owner

@mledlmledlAwaiting requested review from mledlmledl is a code owner

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@benjaminstrasser@mledl@sjaghori

[8]ページ先頭

©2009-2025 Movatter.jp