Skip to content

Commit

Permalink
init vite
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-0 committed Dec 30, 2022
1 parent a4857df commit bb1f40b
Show file tree
Hide file tree
Showing 16 changed files with 3,165 additions and 2,519 deletions.
4 changes: 2 additions & 2 deletions .env-template
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VUE_APP_GOOGLE_OAUTH_CLIENT_SECRET=insert_secret_here
VUE_APP_EDIT_COLORS=false
VITE_GOOGLE_OAUTH_CLIENT_SECRET=insert_secret_here
VITE_EDIT_COLORS=false
6 changes: 3 additions & 3 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
name="description"
content="A beautiful yet functional student-oriented tool for managing daily life at Adlai E. Stevenson high school."
/>
<meta name="author" content="Aditya Mansharamani, Abhinav Pappu, Joseph Shepin" />
<meta name="author" content="Aditya Mansharamani, Abhinav Pappu, Joseph Shepin, Andrew Wolf" />

<link
rel="stylesheet"
Expand All @@ -112,6 +112,6 @@
<strong>We're sorry but stevenson.space doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Loading

0 comments on commit bb1f40b

Please sign in to comment.