Skip to content

Commit

Permalink
deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Mar 24, 2024
1 parent 40eeb46 commit f0b4c76
Show file tree
Hide file tree
Showing 32 changed files with 94 additions and 95 deletions.
8 changes: 4 additions & 4 deletions .well-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"dist"
],
"devDependencies": {
"@ryanatkn/belt": "^0.20.8",
"@ryanatkn/belt": "^0.20.9",
"@ryanatkn/eslint-config": "^0.1.0",
"@ryanatkn/fuz": "^0.91.4",
"@ryanatkn/gro": "^0.112.4",
"@ryanatkn/fuz": "^0.91.5",
"@ryanatkn/gro": "^0.112.5",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
Expand All @@ -37,7 +37,7 @@
"svelte": "^4.2.12",
"svelte-check": "^3.6.8",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"uvu": "^0.5.6"
},
"eslintConfig": {
Expand Down
9 changes: 5 additions & 4 deletions .well-known/src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import Alert from '@ryanatkn/fuz/Alert.svelte';
import Card from '@ryanatkn/fuz/Card.svelte';
import {base} from '$app/paths';
import Mreows from '$routes/Mreows.svelte';
Expand All @@ -12,11 +12,12 @@
<header class="prose">
<h1>fuz_template</h1>
</header>
<Alert>
<Card href="{base}/about">
<span slot="icon"
>{#if mreows}{mreows[0].icon}{:else}✨{/if}</span
><a class="chip" href="{base}/about">about</a>
</Alert>
>
about
</Card>
</section>
<Mreows bind:mreows />
</main>
Expand Down
8 changes: 4 additions & 4 deletions .well-known/src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ export const package_json = {
},
files: ['dist'],
devDependencies: {
'@ryanatkn/belt': '^0.20.8',
'@ryanatkn/belt': '^0.20.9',
'@ryanatkn/eslint-config': '^0.1.0',
'@ryanatkn/fuz': '^0.91.4',
'@ryanatkn/gro': '^0.112.4',
'@ryanatkn/fuz': '^0.91.5',
'@ryanatkn/gro': '^0.112.5',
'@sveltejs/adapter-static': '^3.0.1',
'@sveltejs/kit': '^2.5.4',
'@sveltejs/vite-plugin-svelte': '^3.0.2',
Expand All @@ -39,7 +39,7 @@ export const package_json = {
svelte: '^4.2.12',
'svelte-check': '^3.6.8',
tslib: '^2.6.2',
typescript: '^5.4.2',
typescript: '^5.4.3',
uvu: '^0.5.6',
},
eslintConfig: {root: true, extends: '@ryanatkn'},
Expand Down
1 change: 0 additions & 1 deletion _app/immutable/assets/2.CWz1JfHo.css

This file was deleted.

1 change: 1 addition & 0 deletions _app/immutable/assets/2.MBWsmEgy.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion _app/immutable/assets/_page.CWz1JfHo.css

This file was deleted.

1 change: 1 addition & 0 deletions _app/immutable/assets/_page.MBWsmEgy.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion _app/immutable/chunks/each.Cvrfqm-l.js

This file was deleted.

3 changes: 3 additions & 0 deletions _app/immutable/chunks/entry.CIIkc1lO.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions _app/immutable/chunks/entry.DdwAq9Fo.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion _app/immutable/chunks/paths.Fp6WrkSH.js

This file was deleted.

Loading

0 comments on commit f0b4c76

Please sign in to comment.