-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fluxed ToolBox, async compartments 🎉
- Loading branch information
1 parent
1822d85
commit 939f4de
Showing
26 changed files
with
109,410 additions
and
134 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import ActionType from '../constant/ActionType' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
{ | ||
"port": 5000, | ||
"container": "app", | ||
"startdir": "cres", | ||
"host": "127.0.0.1", | ||
"title": "candis v0.1.0", | ||
"lang": "en", | ||
"color": { | ||
"primary": "#E91E63" | ||
}, | ||
"container": "app", | ||
"port": 5000, | ||
"encoding": "utf-8", | ||
"routes": { | ||
"data": "/api/data", | ||
"preprocess": { | ||
"methods": "/api/preprocess/methods" | ||
}, | ||
"base": "/", | ||
"read": "/api/data/read", | ||
"resource": "/api/data/resource", | ||
"api": "/api", | ||
"images": "/assets/img", | ||
"icons": "/assets/img/icons", | ||
"images": "/assets/img", | ||
"write": "/api/data/write", | ||
"base": "/", | ||
"assets": "/assets", | ||
"data": "/api/data", | ||
"read": "/api/data/read" | ||
} | ||
"api": "/api" | ||
}, | ||
"startdir": "cres", | ||
"color": { | ||
"primary": "#E91E63" | ||
}, | ||
"lang": "en", | ||
"title": "candis v0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.