Migrations and initial data stuff

This commit is contained in:
Gregory Schier
2023-02-25 16:39:18 -08:00
parent b8bb9f43e3
commit e4a257b807
16 changed files with 1079 additions and 128 deletions

View File

@@ -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');