Lowered cmake version, added npm build debug output
Some checks failed
/ Build the server (push) Failing after 1m13s
Some checks failed
/ Build the server (push) Failing after 1m13s
This commit is contained in:
parent
6614a15cb4
commit
e20ebf7bc7
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.26)
|
cmake_minimum_required(VERSION 3.24)
|
||||||
project(fileserver)
|
project(fileserver)
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 23)
|
set(CMAKE_CXX_STANDARD 23)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build -d",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"check": "svelte-check --tsconfig ./tsconfig.json"
|
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user