created local deployment method that excludes crisp
This commit is contained in:
parent
5e52e096a2
commit
23de0a3bca
7 changed files with 160 additions and 38 deletions
15
indexLocal.html
Normal file
15
indexLocal.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!-- Serves as the app shell when Vite is run with --mode nocrisp (e.g. npm run build:local, start-local). No Crisp inline scripts. -->
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/x-icon" id="favicon-link" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title id="title-id">Adaptive Dashboard</title>
|
||||
<link rel="manifest" id="manifest-link" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/app/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue