Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…velte into eslint
  • Loading branch information
williamhorning committed Jul 15, 2024
2 parents 6f02ee6 + a30d435 commit fbf135a
Show file tree
Hide file tree
Showing 41 changed files with 1,890 additions and 3,033 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
dist
dist-ssr
*.local
bun.lockb

# Editor directories and files
.vscode/*
Expand Down
3 changes: 0 additions & 3 deletions .vscode/extensions.json

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ The Meower client is possible thanks to these ***amazing*** **people**!
- @silvxrcat
- @mdwalters
- @williamhorning
- @zedthehedgehog
- @zedsleepyhead
- @ArrowAced
- @theotherhades
- @theotherhades
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
<meta name="theme-color" content="#ff7432" />
<title>Meower</title>
</head>

<body>
<noscript><h1 class="nojs">Please enable JavaScript.</h1></noscript>
<img id="meower-logo" src="/src/assets/logo.svg" class="media-fullcenter"></img>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
</html>
Loading

0 comments on commit fbf135a

Please sign in to comment.