We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f292cdc commit 6124fd2Copy full SHA for 6124fd2
src/system/README.md
@@ -3,8 +3,8 @@
3
System Runtime has got a customizable system. You can update all its components, models or behaviors to follow your needs. To do so:
4
5
* open a version of [System Designer](https://designfirst.io/systemdesigner/),
6
-* import the system,
7
-* edit the system,
+* import the core system,
+* edit the core system,
8
* export it,
9
* save it in the same place and
10
* run `npm run build`.
tasks/watch.json
@@ -1,7 +1,6 @@
1
{
2
"scripts": {
"files": [
- "addons/*.json",
"src/*.js",
"src/system/system-runtime.json"
],
0 commit comments