Skip to content

Commit

Permalink
Don't prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusbakken committed Oct 22, 2023
1 parent 42f2733 commit 00033e1
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 15 deletions.
284 changes: 278 additions & 6 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"start": "node run index.js",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.26.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
Expand Down
1 change: 0 additions & 1 deletion frontend/src/routes/+layout.ts
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
export const prerender = true;
Loading

0 comments on commit 00033e1

Please sign in to comment.