Skip to content

Commit

Permalink
wip expand nisq analyzer selection table
Browse files Browse the repository at this point in the history
  • Loading branch information
salmma committed Jul 16, 2024
1 parent d650e02 commit 6550b5b
Show file tree
Hide file tree
Showing 5 changed files with 751 additions and 281 deletions.
2 changes: 2 additions & 0 deletions generated/api-nisq/models/analysis-job-dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ export type AnalysisJobDto = {
time?: string;
inputParameters?: Map<string, string>;
ready?: boolean;
initialMcdaJob?: string;
initialMcdaMethod?: string;
_links?: Links;
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "export NODE_OPTIONS=--openssl-legacy-provider; ng serve",
"build": "ng build",
"test": "ng test",
"lint": "eslint ./src --ext .js,.ts",
Expand Down
Loading

0 comments on commit 6550b5b

Please sign in to comment.