Compare commits

...
3 Commits
Author SHA1 Message Date
christoph 7cb8402b39 Workflow: Update formula11 dockerfile
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 33s
2025-02-02 22:43:03 +01:00
christoph 16b9b1343b Env: Remove empty dependencies from package.json 2025-02-02 22:42:54 +01:00
christoph 743ca7ad2d Env: Update check command 2025-02-02 22:42:42 +01:00
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -142,7 +142,7 @@
{
name = "check";
help = "Continuously monitor for SvelteKit issues";
command = "svelte-check --watch";
command = "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch";
}
];
};
+3
View File
@@ -6,6 +6,9 @@ COPY package*.json ./
RUN npm ci
# Sharp requires extra shit
RUN npm install --include=optional sharp
COPY . .
RUN npm run build
-2
View File
@@ -35,7 +35,5 @@
"typescript": "^5.7.3",
"uuid": "^11.0.5",
"vite": "^6.0.11"
},
"dependencies": {
}
}