This commit is contained in:
Халимов Рустам
2025-12-27 18:04:01 +03:00
parent 3d1ab34079
commit 50cdd3a945
8 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -28,6 +28,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script type="module" src="/src/index.tsx"></script> <script type="module" src="./src/index.tsx"></script>
</body> </body>
</html> </html>
+3
View File
@@ -2,6 +2,9 @@
"name": "printfit-organizer", "name": "printfit-organizer",
"private": true, "private": true,
"version": "1.0.0", "version": "1.0.0",
"engines": {
"node": ">=20.0.0"
},
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
View File
View File