Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions dist/assets/index-CdNi1rjX.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-CdNi1rjX.js.map

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions dist/assets/manifest-CThxFnd-.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Menu AI",
"short_name": "MenuAI",
"description": "App pour générer des menus intelligents",
"start_url": ".",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2d89ef",
"icons": [
{
"src": "icons/icon-192.jpg",
"sizes": "192x192",
"type": "image/jpeg"
},
{
"src": "icons/icon-512.jpg",
"sizes": "512x512",
"type": "image/jpeg"
}
]
}
7 changes: 4 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!doctype html>
<html lang="en">
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI Recipe Generator Web Application</title>
<link rel="manifest" href="/Menu_AI/assets/manifest-CThxFnd-.json">
<meta name="theme-color" content="#2d89ef">
<title>Menu AI</title>
<script type="module" crossorigin src="/Menu_AI/assets/index-CdNi1rjX.js"></script>
<link rel="stylesheet" crossorigin href="/Menu_AI/assets/index-CNwqT48B.css">
</head>
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="manifest" href="/Menu_AI/manifest.json">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#2d89ef">
<title>Menu AI</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/Menu_AI/src/main.js"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
13 changes: 13 additions & 0 deletions ios/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
App/build
App/Pods
App/output
App/App/public
DerivedData
xcuserdata

# Cordova plugins for Capacitor
capacitor-cordova-ios-plugins

# Generated Config files
App/App/capacitor.config.json
App/App/config.xml
Loading