Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail-syed committed Dec 17, 2020
1 parent fef0de7 commit ba170cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"@shopify/babel-preset/web"
]
},
"tophat": {
"buildDirectory": "build",
"buildScript": "build"
},
"devDependencies": {
"@apollo/react-common": "^3.1.3",
"@apollo/react-hooks": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc --p tsconfig.json"
"build": "tsc --p tsconfig.json --outDir build/esnext"
},
"sideEffects": false,
"publishConfig": {
Expand Down
2 changes: 2 additions & 0 deletions packages/react-server/src/render/render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ export function createRender(
</Html>,
);

console.log('\n\n~~~~~~~~ IM IN AGAIN!!!! \n\n');

ctx.set(Header.ContentType, 'text/html');
ctx.body = response;
} catch (error) {
Expand Down

0 comments on commit ba170cd

Please sign in to comment.