diff --git a/Makefile b/Makefile index 63c2557..8d06fc9 100644 --- a/Makefile +++ b/Makefile @@ -6,14 +6,6 @@ build-client: @pnpm run generate @pnpm dlx serve .output/public -start: - @pnpm run start - @pnpm run generate - @pnpm dlx serve .output/public - -start: - @pnpm run start - build: @pnpm run build @node .output/server/index.mjs diff --git a/app/app.css b/app/app.css index 704900a..fe3e748 100644 --- a/app/app.css +++ b/app/app.css @@ -1,6 +1,6 @@ @font-face { - font-family: 'Satoshi-Variable'; - src: url('/fonts/Satoshi-Variable.ttf') format('trueType'); + font-family: "Satoshi-Variable"; + src: url("/fonts/Satoshi-Variable.ttf") format("trueType"); font-weight: 100 900; font-style: normal; font-display: swap; diff --git a/app/components/Counter.vue b/app/components/Counter.vue index 6c8b137..613a808 100644 --- a/app/components/Counter.vue +++ b/app/components/Counter.vue @@ -1,15 +1,17 @@ diff --git a/app/components/Theme.vue b/app/components/Theme.vue index 77c5aec..b22f127 100644 --- a/app/components/Theme.vue +++ b/app/components/Theme.vue @@ -1,20 +1,20 @@