-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
templates: use TS server
file
#5822
templates: use TS server
file
#5822
Conversation
|
33a4289
to
8922f83
Compare
dd09e92
to
e66d3c6
Compare
5a780b1
to
9d280e4
Compare
9d280e4
to
24b039a
Compare
200ce48
to
dadc317
Compare
dadc317
to
58a77cb
Compare
Thanks for this @MichaelDeBoey, been wanting to do this for a while. |
This broke |
error message after run [nodemon] starting `cross-env NODE_ENV=production node ./server.js --require dotenv/config ./server.js`
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module '/Users/admin/just-for-fun/try-remix15/server.js' |
@rossipedia @lili21 I'm fixing this in #6145 |
We use TS in all our docs & examples, so let's make these templates as much TS as possible
We have a TS
server
file in our grunge stack as well