Added linux headers
Some checks failed
/ Build the server (push) Failing after 1m15s

This commit is contained in:
2023-10-20 14:03:54 +02:00
parent e20ebf7bc7
commit c23692c077
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build -d",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},