Merge 'webrtc' into 'dev/staging_webrtc'

This commit is contained in:
TheArcaneBrony
2022-08-27 07:07:05 +02:00
parent aabeffdaff
commit feca7a5d62
95 changed files with 11815 additions and 195 deletions

View File

@@ -0,0 +1,5 @@
#rm -rf dist/
#mkdir dist
rm -rfv *.js *.js.map
ln -s ../../bundle/node_modules node_modules
tsc -p .

View File

@@ -0,0 +1,7 @@
import { Plugin } from "@fosscord/util";
export default class TestPlugin extends Plugin {
onPluginLoaded(): void {
console.log("Hello from test plugin! IT WORKS!!!!!!!");
}
}

View File

@@ -0,0 +1,7 @@
{
"id": "example-plugin",
"name": "Fosscord example plugin",
"authors": ["The Arcane Brony"],
"repository": "https://github.com/fosscord/fosscord-server",
"license": ""
}