set up new workflow and migrate to .forgejo dir #5

Merged
baobeld merged 17 commits from refactor/deploy-to-netlify-through-forgejo-workflow into main 2026-08-11 20:55:29 -04:00
Showing only changes of commit 885f3f6a74 - Show all commits

View file

@ -9,6 +9,7 @@ const gitignorePath = fileURLToPath(new URL('./.gitignore', import.meta.url));
export default ts.config(
includeIgnoreFile(gitignorePath),
{ ignores: ['.opencode/'] },
js.configs.recommended,
...ts.configs.recommended,
...svelte.configs['flat/recommended'],