2023-06-23 03:59:14 +00:00
|
|
|
/**
|
|
|
|
* @type {import('@remix-run/dev').AppConfig}
|
|
|
|
*/
|
|
|
|
module.exports = {
|
2023-06-26 12:08:05 +00:00
|
|
|
ignoredRouteFiles: ['**/.*']
|
|
|
|
// future: {
|
|
|
|
// unstable_dev: true
|
|
|
|
// appServerPort: 3999
|
|
|
|
// }
|
2023-06-23 03:59:14 +00:00
|
|
|
// appDirectory: "app",
|
|
|
|
// assetsBuildDirectory: "public/build",
|
|
|
|
// serverBuildPath: "build/index.js",
|
|
|
|
// publicPath: "/build/",
|
|
|
|
}
|