File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,14 +171,14 @@ multi-layer-shadow-text-designer/
171171│ │ ├── ShadowSettings.vue # Shadow configuration controls
172172│ │ └── ThemeColorPicker.vue # Color picker for each theme
173173│ ├── utils/
174- │ │ ├── colors.js # Tailwind color palette (266 colors)
175- │ │ └── urlSync.js # URL state synchronization
174+ │ │ ├── colors.ts # Tailwind color palette (266 colors)
175+ │ │ └── urlSync.ts # URL state synchronization
176176│ ├── App.vue # Root component
177- │ ├── main.js # Application entry point
177+ │ ├── main.ts # Application entry point
178178│ └── style.css # Global styles with Tailwind
179179├── index.html # HTML entry point
180180├── package.json # Dependencies and scripts
181- ├── vite.config.js # Vite configuration
181+ ├── vite.config.ts # Vite configuration
182182├── tailwind.config.js # Tailwind CSS configuration
183183└── postcss.config.js # PostCSS configuration
184184```
You can’t perform that action at this time.
0 commit comments