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

Make www a non-workspace #20

Merged
merged 17 commits into from
Oct 6, 2024
Merged

Make www a non-workspace #20

merged 17 commits into from
Oct 6, 2024

Conversation

taras
Copy link
Member

@taras taras commented Oct 5, 2024

Motivation

The app was not running in Deno Deploy because deploying a workspace with a custom JSX renderer doesn't work. I previously made www a workspace because I was trying to avoid adding www dependencies to the root, which made those dependencies available to all workspaces.

Approach

I had to change how I read deno.json files in packages because import doesn't work in Deno for some reason.

Alternate Designs

In the near future, I might pull www into a separate repository and publish it to JSR so I can use www as an entrypoint from JSR and keep this repository completely free of website stuff. It'll only contain the repository contents.

@deno-deploy deno-deploy bot had a problem deploying to Preview October 6, 2024 00:30 Failure
@deno-deploy deno-deploy bot had a problem deploying to Preview October 6, 2024 02:29 Failure
@deno-deploy deno-deploy bot had a problem deploying to Preview October 6, 2024 02:31 Failure
@deno-deploy deno-deploy bot had a problem deploying to Preview October 6, 2024 02:31 Failure
@deno-deploy deno-deploy bot had a problem deploying to Preview October 6, 2024 02:33 Failure
@deno-deploy deno-deploy bot had a problem deploying to Preview October 6, 2024 02:36 Failure
@taras taras requested a review from cowboyd October 6, 2024 02:57
@taras taras changed the title Added compiler options for deno deploy Make www a non-workspace Oct 6, 2024
Copy link
Member

@cowboyd cowboyd left a comment

Choose a reason for hiding this comment

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

I

@taras taras merged commit 038d475 into main Oct 6, 2024
3 checks passed
@taras taras deleted the tm/add-compiler-configs branch October 6, 2024 03:56
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