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

chore: add initial packages/backend directory #170

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

cdrage
Copy link
Contributor

@cdrage cdrage commented Mar 4, 2024

chore: add initial packages/backend directory

What does this PR do?

Moves the file structure to the packages/backend directory in
preparation for shared and frontend directories.

Screenshot / video of UI

N/A, should compile / build / etc as normal

What issues does this PR fix or reference?

Closes #169

How to test this PR?

Be able to use it as normal / as before. All normal functions such as
yarn watch and yarn build will work.

To test you WILL have to supply the backend directory to Podman Desktop:

yarn watch --extension-folder ../bootc/packages/backend

Signed-off-by: Charlie Drage [email protected]

@cdrage cdrage requested a review from a team as a code owner March 4, 2024 19:37
@cdrage
Copy link
Contributor Author

cdrage commented Mar 5, 2024

FYI this includes some "svelte" information which will be applicable for webview shortly (build page PR coming this week).

### What does this PR do?

Moves the file structure to the packages/backend directory in
preparation for shared and frontend directories.

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

N/A, should compile / build / etc as normal

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

Closes podman-desktop#169

### How to test this PR?

<!-- Please explain steps to reproduce -->

Be able to use it as normal / as before. All normal functions such as
`yarn watch` and `yarn build` will work.

To test you WILL have to supply the backend directory to Podman Desktop:

yarn watch --extension-folder ../bootc/packages/backend

Signed-off-by: Charlie Drage <[email protected]>
@cdrage cdrage merged commit 57aab9b into podman-desktop:main Mar 5, 2024
4 checks passed
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.

Add initial /packages folder / separate shared / frontend / backend.
2 participants