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