This topic was automatically generated from Slack. You can find the original thread here.
I just tested the default hello world, still not running:
export default defineComponent({
async run({ steps, $ }) {
console.log(“Hello, World!”)
},
})
This topic was automatically generated from Slack. You can find the original thread here.
I just tested the default hello world, still not running:
export default defineComponent({
async run({ steps, $ }) {
console.log(“Hello, World!”)
},
})