Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 0 additions & 10 deletions .dockerignore

This file was deleted.

5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PORT=3000
# Public url of backend server
SC_URL="ws://localhost:8090/ws_json"
# Public url of sc-web interface
API_URL="http://localhost:8000"
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ module.exports = {
'plugin:import/recommended',
'plugin:import/typescript',
],
ignorePatterns: ['node_modules', 'build', 'webpack'],
ignorePatterns: ['node_modules', 'build', 'webpack', 'src/vendor'],
rules: {
'arrow-parens': 'warn',
'no-console': 'warn',
'import/no-unresolved': 'error',
'import/default': 'off',
'import/namespace': 'off',
'import/order': [
'warn',
{
Expand All @@ -35,6 +37,9 @@ module.exports = {
'@typescript-eslint/parser': ['.ts', '.tsx'],
},
'import/resolver': {
webpack: {
config: './webpack/webpack.config.js',
},
typescript: {
project: './tsconfig.json',
},
Expand Down
4 changes: 0 additions & 4 deletions .gitignore

This file was deleted.

27 changes: 27 additions & 0 deletions build/action.39c2cc81.js

Large diffs are not rendered by default.

Binary file added build/action.39c2cc81.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions build/action.39c2cc81.js.map

Large diffs are not rendered by default.

Binary file added build/action.39c2cc81.js.map.gz
Binary file not shown.
4,599 changes: 4,599 additions & 0 deletions build/app.ddbf39fc.js

Large diffs are not rendered by default.

Binary file added build/app.ddbf39fc.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions build/app.ddbf39fc.js.map

Large diffs are not rendered by default.

Binary file added build/app.ddbf39fc.js.map.gz
Binary file not shown.
23 changes: 23 additions & 0 deletions build/askmain.17addacf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added build/askmain.17addacf.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions build/askmain.17addacf.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added build/askmain.17addacf.js.map.gz
Binary file not shown.
9 changes: 9 additions & 0 deletions build/command.c63c9b02.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added build/command.c63c9b02.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions build/command.c63c9b02.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added build/command.c63c9b02.js.map.gz
Binary file not shown.
1 change: 1 addition & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>OSTIS Metasystem</title><meta name="description" content=""/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet"/><link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"/><link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel="stylesheet"/><script defer="defer" src="/app.ddbf39fc.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file added build/index.html.gz
Binary file not shown.
Loading