mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-26 18:42:16 +03:00
d12b403e7d
* create directories when scaffolding, if needed * refresh export cache after scaffolding * better process for ensuring a blank line between old code and new scaffolded code
8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
{{#named?}}export {{/named?}}const {{name}} = async (args, context) => {
|
|
// Implementation goes here
|
|
}
|
|
|
|
{{#default?}}
|
|
export default {{name}}
|
|
{{/default?}}
|