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 workspace config
.vim .vim
.vscode .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 @@ ...@@ -41,8 +41,5 @@
"ts-jest": "^26.5.4", "ts-jest": "^26.5.4",
"ts-node": "^9.1.1", "ts-node": "^9.1.1",
"typescript": "^4.2.4" "typescript": "^4.2.4"
},
"engines": {
"node": "16.x"
} }
} }
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
"moduleResolution": "node", "moduleResolution": "node",
"resolveJsonModule": true, "resolveJsonModule": true,
"isolatedModules": true, "isolatedModules": true,
"noEmit": true,
"module": "commonjs", "module": "commonjs",
"rootDir": "src", "rootDir": "src",
"outDir": "build", "outDir": "build",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment