You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixed the demo-app-remix so it runs as expected with npm run dev.
-changed references to server.js in the npm scripts to server.ts
-installed ts-node as a devdependency
-add 'export {}' to the top of server.ts to fix an error related to isolatedModules=true in the tsconfig
export{};//JR: added to fix this error message: 'server.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
0 commit comments