reset to remix
This commit is contained in:
commit
789cb7bdfb
22 changed files with 23521 additions and 0 deletions
11
remix.config.js
Normal file
11
remix.config.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/** @type {import('@remix-run/dev').AppConfig} */
|
||||
module.exports = {
|
||||
serverBuildTarget: "cloudflare-pages",
|
||||
server: "./server.js",
|
||||
devServerBroadcastDelay: 1000,
|
||||
ignoredRouteFiles: ["**/.*"],
|
||||
// appDirectory: "app",
|
||||
// assetsBuildDirectory: "public/build",
|
||||
// serverBuildPath: "functions/[[path]].js",
|
||||
// publicPath: "/build/",
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue