.
This commit is contained in:
parent
ca59ed74dd
commit
77b1d23da0
@ -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
2
dist/client/index.html
vendored
2
dist/client/index.html
vendored
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user