Replies: 1 comment 2 replies
-
|
Its possible to do, but its needs more glue code between the two. The AngularAppEngine depends on an internal manifest file that's inside the application builder. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm working on an angular project that does SSR with
@angular/ssr'sAngularAppEngineand h3. I'm planning to move the app into the vite ecosystem, however I don't think I'll be able to include Analog's facilities (including analog's runtime packages and nitro et. al.) in our released bundles.I'm trying to at least bundle the app with
@analogjs/vite-plugin-angularand vite's Environment API using an ssr environment that uses@angular/ssrand a client environment for the browser, but I couldn't really configure a working setup with a dev server.Any ideas on how this can be configured? Did anyone had some luck with a similar setup? Thanks in advance 👋
Beta Was this translation helpful? Give feedback.
All reactions