Merge branch 'WhoIsFishie:main' into main

This commit is contained in:
Elgius 2023-04-08 14:14:16 +05:00 committed by GitHub
commit eeda76ee62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

1
package-lock.json generated
View File

@ -1,6 +1,5 @@
{
"name": "myapp",
"version": "0.0.1",
"lockfileVersion": 2,

View File

@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
@ -34,5 +34,3 @@
"react-icons": "^4.8.0"
}
}