@tekmidian/pai 0.9.10 → 0.9.11
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/dist/cli/index.mjs
CHANGED
|
@@ -5151,6 +5151,10 @@ async function stepSettings(rl, daName) {
|
|
|
5151
5151
|
DA: daName
|
|
5152
5152
|
},
|
|
5153
5153
|
hooks: [
|
|
5154
|
+
{
|
|
5155
|
+
hookType: "SessionStart",
|
|
5156
|
+
command: "${PAI_DIR}/Hooks/session-commands.mjs"
|
|
5157
|
+
},
|
|
5154
5158
|
{
|
|
5155
5159
|
hookType: "SessionStart",
|
|
5156
5160
|
command: "${PAI_DIR}/Hooks/load-core-context.mjs"
|