File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Use the following commands to quickly start a Remix v2 app with a basic Express
3
3
- [ CommonJS + server.js] ( https://github.com/xHomu/remix-v2-server/tree/cjs-server.js ) : ` npx create-remix --template https://github.com/xHomu/remix-v2-server/tree/cjs-server.js `
4
4
- [ CommonJS + server.ts] ( https://github.com/xHomu/remix-v2-server/tree/cjs-server.ts ) : ` npx create-remix --template https://github.com/xHomu/remix-v2-server/tree/cjs-server.ts `
5
5
- [ ES Modules + server.js] ( https://github.com/xHomu/remix-v2-server/tree/esm-server.js ) : ` npx create-remix --template https://github.com/xHomu/remix-v2-server/tree/esm-server.js `
6
- - [ ES Modules + server.ts] ( https://github.com/xHomu/remix-v2-server/tree/cjs-server.ts ) : ` npx create-remix --template https://github.com/xHomu/remix-v2-server/tree/cjs -server.ts `
6
+ - [ ES Modules + server.ts] ( https://github.com/xHomu/remix-v2-server/tree/cjs-server.ts ) : ` npx create-remix --template https://github.com/xHomu/remix-v2-server/tree/esm -server.ts `
7
7
8
8
---
9
9
You can’t perform that action at this time.
0 commit comments