"use strict"; module.exports = { onServerStart(apis) { apis.Stylesheets.addFile("style.css"); }, };