wingleung / remix-aws

AWS adapter for Remix
https://www.npmjs.com/package/remix-aws
MIT License
22 stars 6 forks source link

add vite preset #14

Open wingleung opened 2 months ago

wingleung commented 2 months ago

closes #8

Added a Vite preset that will

You can provide your own server.js by providing your own build.entryPoints. You can provide your own build.outfille if you don't want to overwrite the remix server build.

Check the readme for configuration details