Remove sveltekit dependency, create simple test project

This commit is contained in:
Aleksi Lassila
2023-12-27 00:16:40 +02:00
parent 973f8831ee
commit d255fce52d
65 changed files with 3467 additions and 5943 deletions

25
.gitignore vendored
View File

@@ -11,4 +11,27 @@ node_modules
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
/config/*.sqlite
/dist
/dist
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?