installUrl = origin + devPath; config.server.origin = origin; }, configureServer(server) { // prefix name const prefix = option.server?.prefix ?? 'dev/'; const { name } = option.userscript; if (typeof prefix == 'string') { if (typeof name == 'string') { option.userscript.name...