Update script to use main.tsx entry point
cgen-2b4514dff5d240aba92aab3e0285561f
This commit is contained in:
parent
0f93d4c208
commit
51483e1ef5
1 changed files with 2 additions and 5 deletions
|
|
@ -4,16 +4,13 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>AeThex - Advanced Development Platform</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="AeThex community platform for developers, projects, and innovation"
|
||||
/>
|
||||
<meta name="description" content="AeThex community platform for developers, projects, and innovation" />
|
||||
<link rel="icon" type="image/svg+xml" href="/placeholder.svg" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
<script type="module" src="/client/App.tsx"></script>
|
||||
<script type="module" src="/client/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue