Skip to content

Commit

Permalink
Replace Webpack with Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
draperunner committed Mar 8, 2024
1 parent 6149a6b commit 803f37e
Show file tree
Hide file tree
Showing 66 changed files with 2,748 additions and 7,081 deletions.
7 changes: 0 additions & 7 deletions .babelrc

This file was deleted.

1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_FIREBASE_CONFIG='{"apiKey":"AIzaSyDubEbkaUX-Yyx4b1ZYYHZ_ba5sEi9aPbU","authDomain":"kramster-staging.firebaseapp.com","databaseURL":"https://kramster-staging.firebaseio.com","projectId":"kramster-staging","storageBucket":"kramster-staging.appspot.com","messagingSenderId":"591159005378","appId":"1:591159005378:web:fa1e2ed1914ec3f27f2b5b"}'
1 change: 0 additions & 1 deletion .env.prod

This file was deleted.

1 change: 1 addition & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_FIREBASE_CONFIG='{"apiKey":"AIzaSyAjwWCewfOMHiF_fMdTXVKhdSgqCmyBIsU","authDomain":"kramsterapp.firebaseapp.com","databaseURL":"https://kramsterapp.firebaseio.com","projectId":"kramsterapp","storageBucket":"kramsterapp.appspot.com","messagingSenderId":"361273680803","appId":"1:361273680803:web:50ddf765b4885b7d20b016"}'
2 changes: 1 addition & 1 deletion .env.staging
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FIREBASE_CONFIG='{"apiKey":"AIzaSyDubEbkaUX-Yyx4b1ZYYHZ_ba5sEi9aPbU","authDomain":"kramster-staging.firebaseapp.com","databaseURL":"https://kramster-staging.firebaseio.com","projectId":"kramster-staging","storageBucket":"kramster-staging.appspot.com","messagingSenderId":"591159005378","appId":"1:591159005378:web:fa1e2ed1914ec3f27f2b5b"}'
VITE_FIREBASE_CONFIG='{"apiKey":"AIzaSyDubEbkaUX-Yyx4b1ZYYHZ_ba5sEi9aPbU","authDomain":"kramster-staging.firebaseapp.com","databaseURL":"https://kramster-staging.firebaseio.com","projectId":"kramster-staging","storageBucket":"kramster-staging.appspot.com","messagingSenderId":"591159005378","appId":"1:591159005378:web:fa1e2ed1914ec3f27f2b5b"}'
1 change: 1 addition & 0 deletions src/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
</head>
<body>
<div id="app" />
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
Loading

0 comments on commit 803f37e

Please sign in to comment.