Replies: 2 comments 4 replies
-
What do you mean "standalone mode"? You can run a Remix app inside a Docker container the same way as any Node app, just run |
Beta Was this translation helpful? Give feedback.
3 replies
-
you can use // tsup.config.ts
{
target: 'node16',
platform: 'node',
noExternal: [/(.*)/],
...rest of options
} |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
When deploying some larger projects using Docker, it might be more convenient.
Beta Was this translation helpful? Give feedback.
All reactions