Initial "Hello World" for plugins

This commit is contained in:
Gregory Schier
2023-10-29 16:43:28 -07:00
parent 13155f8591
commit f305633d94
6 changed files with 649 additions and 3 deletions

View File

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