Files
openchamber/test-ui-verification.ts
T

17 lines
291 B
TypeScript
Raw Normal View History

// Test file for UI verification
// Created: 2026-04-12
const testConfig = {
name: "OpenChamber UI Verification",
version: "2.0.0-beta",
features: {
chat: true,
terminal: true,
settings: true
},
debug: true,
environment: "development"
};
export default testConfig;