This commit is contained in:
David Arranz 2024-10-01 19:30:55 +02:00
parent ca59ed74dd
commit 77b1d23da0
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"build": "rm -rf ../dist/client && tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --host --port 8080",
"test": "jest"

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Uecko</title>
<script type="module" crossorigin src="/assets/index-DGKfFlr2.js"></script>
<script type="module" crossorigin src="/assets/index-CPprBq9G.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DSV01hTS.css">
</head>