Initial "Hello World" for plugins

This commit is contained in:
Gregory Schier
2023-10-29 16:43:28 -07:00
parent 46470160a9
commit 9a56b2f331
6 changed files with 649 additions and 3 deletions

View File

@@ -0,0 +1 @@
console.log('Hello world, from plugin!');