Skip to content

Commit

Permalink
Update (2024-07-22 20:28:10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunmorgn committed Jul 23, 2024
1 parent 9cb5e91 commit e640ad2
Show file tree
Hide file tree
Showing 7 changed files with 4,419 additions and 4,407 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
build.sh
*.env
dotenv
private-notes.txt

# Miscellaneous
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Build the Flutter web app
# flutter build web
flutter build web --dart-define=GOOGLE_MAPS_API_KEY=AIzaSyDdtoNEA3bmTJnyBzE2WHuoZL5ENpev_ks
flutter build web

# Create the docs directory if it doesn't exist
mkdir -p docs
Expand Down
2 changes: 1 addition & 1 deletion docs/flutter_bootstrap.js

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

4 changes: 2 additions & 2 deletions docs/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"flutter_bootstrap.js": "73af316e10485a8b1acacaacfc5429a3",
const RESOURCES = {"flutter_bootstrap.js": "8e4b1d429a024f6c77d1900583f3b316",
"version.json": "72d4067d19a0224d96d06e4d52f6c3e4",
"index.html": "0f1237b6ed6f9a91a5f1cd16fd71d987",
"/": "0f1237b6ed6f9a91a5f1cd16fd71d987",
"main.dart.js": "b3601394d2e04030e4bd8c1eece14296",
"main.dart.js": "93ca9910edf447ea68e465afa3687184",
"flutter.js": "383e55f7f3cce5be08fcf1f3881f585c",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>

<title>Local (2024-07-22 20:26:45)</title>
<title>Local (2024-07-22 20:28:10)</title>
<link rel="manifest" href="manifest.json">
</head>
<body>
Expand Down
Loading

0 comments on commit e640ad2

Please sign in to comment.