kiliman / remix-express-vite-plugin

This package includes a Vite plugin to use in your Remix app. It configures an Express server for both development and production using TypeScript.
118 stars 6 forks source link

Add buildDirectory and serverBuildFile as options to CreateExpressApp #21

Closed thomaswelton closed 3 months ago

thomaswelton commented 3 months ago

Fixes #20

Adds buildDirectory and serverBuildFile as options to createExpressApp Allows an application to have a custom build directory and server entry point file name as defined in the remix vite config

kiliman commented 3 months ago

Published on v0.3.8