mirror of
https://github.com/JonasunderscoreJones/blog.jonasjones.dev.git
synced 2025-10-22 18:49:19 +02:00
maybe fixed again
This commit is contained in:
parent
6df7c8932a
commit
11f69d8163
1 changed files with 5 additions and 4 deletions
|
@ -4,10 +4,11 @@
|
|||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --port 5050",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview --port 5050",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||||
"dev": "vite dev --host",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-cloudflare": "^4.4.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue