Skip to content
Snippets Groups Projects
Commit 2ddc3118 authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

Fixed the deployment using the root install/build/start

parent 87cdde06
No related branches found
No related tags found
No related merge requests found
node_modules/
# vim / vscode workspace config
.vim
.vscode
......
export const apiRoot = window.location.origin;
export const apiRoot = `${window.location.origin}/v1`;
{
"systemParams": "linux-x64-93",
"modulesFolders": [],
"flags": [],
"linkedModules": [],
"topLevelPatterns": [],
"lockfileEntries": {},
"files": [],
"artifacts": {}
}
\ No newline at end of file
......@@ -41,8 +41,5 @@
"ts-jest": "^26.5.4",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"engines": {
"node": "16.x"
}
}
......@@ -11,7 +11,6 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"module": "commonjs",
"rootDir": "src",
"outDir": "build",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment