File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
desktop/core/src/desktop/js/apps/editor/execution
tools/examples/components/sql-scratchpad Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export interface ExecutorRaw {
24
24
executables : ExecutableRaw [ ] ;
25
25
}
26
26
27
- declare class Executor {
27
+ export default class Executor {
28
28
connector : KnockoutObservable < Connector > ;
29
29
compute : KnockoutObservable < Compute > ;
30
30
namespace : KnockoutObservable < Namespace > ;
Original file line number Diff line number Diff line change @@ -13,14 +13,13 @@ We wrap the web components to be able to set certain attributes/properties on th
13
13
14
14
## To run this project
15
15
16
- ### In the Hue root folder:
17
- 1 . ` npm install `
18
- 2 . ` npm run webpack-npm `
19
-
20
- ### In this project folder:
21
- 3 . ` npm install `
22
- 4 . ` npm start `
23
- 5 . Open [ http://localhost:3000 ] ( http://localhost:3000 ) to view it in the browser.
16
+ 1 . Go to the Hue root folder ` cd ../../../../ `
17
+ 2 . ` npm install `
18
+ 3 . ` npm run webpack-npm `
19
+ 4 . Go to the example project ` cd tools/examples/components/sql-scratchpad `
20
+ 5 . ` npm install `
21
+ 6 . ` npm start `
22
+ 7 . Open [ http://localhost:3000 ] ( http://localhost:3000 ) to view it in the browser.
24
23
25
24
## Base project creation steps (for reference)
26
25
You can’t perform that action at this time.
0 commit comments