- Move Astro files from dealplustech-astro/ to project root - Update Dockerfile: PORT environment variable (default 80) - Add vite.config.ts with allowedHosts: true - Matches nixpacks behavior for Easypanel deployment - No hardcoded ports or domains
19 lines
339 B
JavaScript
19 lines
339 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var ToggleButtonRole = {
|
|
relatedConcepts: [{
|
|
module: 'ARIA',
|
|
concept: {
|
|
attributes: [{
|
|
name: 'aria-pressed'
|
|
}]
|
|
}
|
|
}],
|
|
type: 'widget'
|
|
};
|
|
var _default = ToggleButtonRole;
|
|
exports.default = _default; |