juxscript 1.0.63 → 1.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/machinery/config.js +2 -2
- package/package.json +1 -1
package/machinery/config.js
CHANGED
|
@@ -70,8 +70,8 @@ export async function runBootstrap(bootstrapFunctions = []) {
|
|
|
70
70
|
/**
|
|
71
71
|
* Type helper for JUX Configuration (Identity function for Autocomplete)
|
|
72
72
|
* Used in juxconfig.js to provide Intellisense.
|
|
73
|
-
* @param {
|
|
74
|
-
* @returns {
|
|
73
|
+
* @param {Object} config
|
|
74
|
+
* @returns {Object}
|
|
75
75
|
*/
|
|
76
76
|
export function defineConfig(config) {
|
|
77
77
|
return config;
|