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

feat: add component for AnalogJS #997

Merged
merged 6 commits into from
Sep 21, 2024
Merged

Conversation

brandonroberts
Copy link
Contributor

Adds the component, docs, examples, and template for AnalogJS. Analog is the fullstack meta-framework for Angular, built on top of Vite and Nitro.

This allows you to run sst init on an Analog project, develop locally, and deploy to AWS.

@jayair
Copy link
Contributor

jayair commented Sep 6, 2024

Wow that's pretty comprehensive. Thank you!

Let me ask @fwang to review the component and then I'll review the docs and we can merge it.

@fwang
Copy link
Contributor

fwang commented Sep 21, 2024

Thanks @brandonroberts! The component looks good.

Ran into two issues while deploying a Analog app:

  1. Building Analog app (ie. npm run build) seems to have succeeded, but complained could not find module std-env/ and marked/.
Screen Shot 2024-09-21 at 4 41 58 PM
  1. sst deploy could not find dist/analog/server/nitro.json. I only see dist/analog/nitro.json.
Screen Shot 2024-09-21 at 4 46 32 PM

@brandonroberts
Copy link
Contributor Author

Thanks @fwang. I pushed up a path fix for the nitro.json.

The first message is something we've seen before, but it doesn't affect the deployed application.

@fwang fwang merged commit 377fb1b into sst:dev Sep 21, 2024
@fwang
Copy link
Contributor

fwang commented Sep 21, 2024

Awesome!

Released in v3.1.32

@brandonroberts
Copy link
Contributor Author

Thanks!

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