mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-24 18:31:16 +01:00
Migrations and initial data stuff
This commit is contained in:
@@ -2,4 +2,4 @@ console.log('---------------------------');
|
||||
console.log('- 👋 Hello from plugin.ts -');
|
||||
console.log('---------------------------');
|
||||
|
||||
Deno.core.ops.op_hello('World');
|
||||
Deno.core.opAsync('op_hello', 'World');
|
||||
|
||||
Reference in New Issue
Block a user