Skip to content

Commit

Permalink
feat(web-service): add sveltekit as framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorien Grönwald committed Nov 1, 2023
1 parent 2d7456b commit af2aead
Show file tree
Hide file tree
Showing 13 changed files with 2,586 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/web-service/frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
/static
.npmrc
Loading

0 comments on commit af2aead

Please sign in to comment.