shellphone.app/remix.config.js

9 lines
189 B
JavaScript
Raw Normal View History

2022-05-14 10:22:06 +00:00
/**
* @type {import("@remix-run/dev/config").AppConfig}
*/
module.exports = {
serverBuildTarget: "node-cjs",
serverDependenciesToBundle: ["@headlessui/react"],
devServerPort: 8002,
2022-05-14 10:22:06 +00:00
};