-
- Downloads
Delete old server and improve project configuration
Changes: - Delete old server files from project root - /app.ts - /jamiDaemon.ts - /routes/ - /rollup.config.js - /jamiServerConfig.json - /*.env - Remake tsconfig.json for client, common, and server - Delete root /tsconfig.json - Make subproject tsconfig.json files standalone - Improve consistency between tsconfig.json files - Move Cypress and Sentry tests to client/ - Update README.md, Dockerfile and .dockerignore - Remove extra symlink - Remove mentions and links to old server (e.g. ports) - Remove boilerplate project in test/, which has nothing to do with tests - Update package.json to remove scripts for old server - Update .gitignores to be consistent with their folder contents GitLab: #109 Change-Id: Ie575113288c973115c3236e030b02d1a54e3510c
Showing
- .dockerignore 8 additions, 5 deletions.dockerignore
- .env.development 0 additions, 1 deletion.env.development
- .env.production 0 additions, 1 deletion.env.production
- .gitignore 2 additions, 13 deletions.gitignore
- .hooks/pre-push 2 additions, 2 deletions.hooks/pre-push
- .prettierignore 0 additions, 4 deletions.prettierignore
- Dockerfile 0 additions, 3 deletionsDockerfile
- JamiDaemon.ts 0 additions, 531 deletionsJamiDaemon.ts
- Jenkinsfile 1 addition, 1 deletionJenkinsfile
- README.md 12 additions, 29 deletionsREADME.md
- app.ts 0 additions, 368 deletionsapp.ts
- client/.env.development 0 additions, 3 deletionsclient/.env.development
- client/.gitignore 3 additions, 1 deletionclient/.gitignore
- client/README.md 10 additions, 0 deletionsclient/README.md
- client/cypress.config.ts 1 addition, 1 deletionclient/cypress.config.ts
- client/cypress/fixtures/example.json 0 additions, 0 deletionsclient/cypress/fixtures/example.json
- client/cypress/support/commands.ts 0 additions, 0 deletionsclient/cypress/support/commands.ts
- client/cypress/support/e2e.ts 0 additions, 0 deletionsclient/cypress/support/e2e.ts
- client/package.json 5 additions, 3 deletionsclient/package.json
- client/sentry.js 2 additions, 2 deletionsclient/sentry.js
Loading
Please register or sign in to comment