Initial commit from create-remix

This commit is contained in:
april
2023-12-29 10:20:01 -06:00
commit a456f8155b
14 changed files with 10888 additions and 0 deletions

8
web/remix.config.js Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import('@remix-run/dev').AppConfig} */
export default {
ignoredRouteFiles: ["**/.*"],
// appDirectory: "app",
// assetsBuildDirectory: "public/build",
// publicPath: "/build/",
// serverBuildPath: "build/index.js",
};