This website requires JavaScript.
Explore
Help
Sign In
Matrix-Mirrors
/
matrix-dimension
Watch
1
Star
0
Fork
0
You've already forked matrix-dimension
mirror of
https://github.com/turt2live/matrix-dimension.git
synced
2024-10-01 01:05:53 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dd7b6a54f0
matrix-dimension
/
web
/
environments
/
environment.prod.ts
4 lines
53 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Upgrade everything to Angular 12 and more + build changes This is a very big commit that does an initial job of upgrading everything to the latest version. TSLint gets replaced by ESLint. Instead of plain node, now ts-node is being used. Old modules also get replaced with new ones (mostly ng2 to ngx). Also obsolete configs have been replaced with how it's used today with Angular. This includes: * Upgrade to: ** Angular 12 ** Typescript 4 ** ESLint 7 and replace TSLint ** Bootstrap 5 ** Eerything connected to these * Run with ts-node * Convert wepack config to angular config * Remove typescript-ioc * Update tsconfigs * Run a git command instead of using a library for sshort hash * Move assets to a new location align with default Angular settings * Database migration for new avatarUrl locations * Simplify Model extension align with newest sequelize version * Remove breadcrumb hack * Fix homeserver typo * A few general fixes that are necessary with newest Typescript rules * Define Express.User interface
2021-08-11 17:41:29 -04:00
export
const
environment
=
{
production
:
true
ESLint config, fix easy eslint errors
2021-09-01 19:01:01 -04:00
}
;
Reference in New Issue
Copy Permalink