1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-27 16:50:11 +02:00

Merge remote-tracking branch 'origin/master' into manifestv3

This commit is contained in:
Kushagra Gour
2024-05-09 17:26:50 +05:30
26 changed files with 2356 additions and 1536 deletions

View File

@@ -0,0 +1,3 @@
command to build
npx parcel build index.html --public-url /signup

1187
packages/signup/dist/index.1903c1b7.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

11
packages/signup/dist/index.html vendored Normal file
View File

@@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
<title>signInWithPopup</title>
</head>
<body>
<h1>signInWithPopup</h1>
<script src="/index.a3cfa626.js" defer=""></script>
</body>
</html>

View File

@@ -6,6 +6,6 @@
<body>
<h1>signInWithPopup</h1>
<script type="module" src="signInWithPopup.js"></script>
<script type="module" src="./signInWithPopup.js"></script>
</body>
</html>