Skip to main content
Glama
deleonio
by deleonio
main.ts532 B
import 'uno.css'; // https://github.com/antfu/unocss // App style import './style.scss'; /* Optional theme CSS (e.g. font-face declarations) */ if (process.env.THEME_CSS) { if (process.env.PLATFORM === 'win32') { /* Add leading slash, required for ESBuild on Windows. Note: process.env.THEME_CSS must be used literally in the import(). Moving it to a constant breaks the import. */ process.env.THEME_CSS = `/${process.env.THEME_CSS}`; } import(/* @vite-ignore */ process.env.THEME_CSS); } // App import './react.main';

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'

If you have feedback or need assistance with the MCP directory API, please join our Discord server