Skip to content

Commit

Permalink
Fix: fix deploy error - modules
Browse files Browse the repository at this point in the history
  • Loading branch information
joanShim committed Aug 18, 2023
1 parent bf6d1b8 commit 27db58b
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .parcel-cache/016495e10890e331.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
64092332
1692374154591492000
64100172
1692374481401165000
Binary file modified .parcel-cache/1ec156289958bffd
Binary file not shown.
Binary file modified .parcel-cache/9361fb03a40a0bd5
Binary file not shown.
Binary file modified .parcel-cache/a384f0ec43b99fbc
Binary file not shown.
Binary file modified .parcel-cache/ca164a5f8c6fc9cb
Binary file not shown.
Binary file modified .parcel-cache/data.mdb
Binary file not shown.
18 changes: 3 additions & 15 deletions dist/index.a8f04b30.js

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

2 changes: 1 addition & 1 deletion dist/index.a8f04b30.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proflist</title>
<link rel="stylesheet" href="/index.748ad148.css">
<script src="/profile.8f259492.js"></script><script defer="" src="/index.a8f04b30.js"></script>
<script src="/profile.3c4f3029.js"></script><script defer="" src="/index.a8f04b30.js"></script>
</head>
<body>
<header>
Expand Down
6 changes: 3 additions & 3 deletions dist/profile.1abf0409.js

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

2 changes: 1 addition & 1 deletion dist/profile.1abf0409.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/profile.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/profile.8f259492.js"></script>
<head><script src="/profile.3c4f3029.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proflist</title>
Expand Down
4 changes: 2 additions & 2 deletions js/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getStorage, ref, getDownloadURL } from "firebase/storage";
import { addDoc, deleteDoc, collection, getFirestore, getDocs, updateDoc, doc, query, where } from "firebase/firestore";
import { getStorage, ref, getDownloadURL } from "/node_modules/@firebase/storage";
import { addDoc, deleteDoc, collection, getFirestore, getDocs, updateDoc, doc, query, where } from "/node_modules/@firebase/firestore";
import { initializeApp } from "firebase/app";
import dotenv from "dotenv";

Expand Down
4 changes: 2 additions & 2 deletions js/profile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getStorage, deleteObject, ref, getDownloadURL, uploadBytes } from "@firebase/storage";
import { addDoc, collection, getFirestore, getDoc, updateDoc, doc, deleteDoc } from "@firebase/firestore";
import { getStorage, deleteObject, ref, getDownloadURL, uploadBytes } from "/node_modules/@firebase/storage";
import { addDoc, collection, getFirestore, getDoc, updateDoc, doc, deleteDoc } from "/node_modules/@firebase/firestore";
import { initializeApp } from "firebase/app";
import dotenv from "dotenv";

Expand Down

0 comments on commit 27db58b

Please sign in to comment.