bzl

self-hosted ephemeral community engine
Log | Files | Refs | README | LICENSE

server.js (102B)


      1 module.exports = function init(api) {
      2   api.log("info", "godot:server:init", { plugin: "godot" });
      3 };