refac: styling

This commit is contained in:
Timothy Jaeryang Baek
2025-01-13 18:08:17 -08:00
parent eb99785047
commit 44da86895d
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "npm run pyodide:fetch && vite dev --host",
"dev:5050": "npm run pyodide:fetch && vite dev --port 5050",
"build": "npm run pyodide:fetch && vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",