You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on an angular project that does SSR with @angular/ssr's AngularAppEngine and 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-angular and vite's Environment API using an ssr environment that uses @angular/ssr and 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 👋
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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
'sAngularAppEngine
and 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-angular
and vite's Environment API using an ssr environment that uses@angular/ssr
and 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