Change design

This commit is contained in:
2026-09-04 11:09:34 +02:00
parent 28e1616c94
commit 78c1d8e844
36 changed files with 355 additions and 263 deletions
+2 -2
View File
@@ -65,7 +65,7 @@ export default defineConfig(({ mode }) => {
function myThoughtsLint(isDev) {
return {
name: 'mythoughts-lint',
name: 'daydream-lint',
apply: 'build',
//In `--watch` mode Vite re-runs the whole plugin pipeline (including
//buildStart) on every rebuild it triggers from a file change, so this
@@ -96,7 +96,7 @@ async function runLint(isDev) {
function myThoughtsPublicAssets() {
return {
name: 'mythoughts-public-assets',
name: 'daydream-public-assets',
apply: 'build',
buildStart() {
cleanGeneratedAssets();