File tree 4 files changed +6
-9
lines changed
4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 2
2
import TagRule from '$lib/entities/TagRule' ;
3
3
import { getTagById } from './tags' ;
4
4
import api_call from '$lib/utils/api_call' ;
5
- import { writable } from 'svelte/store' ;
6
- import type { Writable } from 'svelte/types/runtime/store' ;
5
+ import { Writable , writable } from 'svelte/store' ;
7
6
8
7
export const tagRulesStore : Writable < TagRule [ ] > = writable ( ) ;
9
8
Original file line number Diff line number Diff line change 69
69
</div >
70
70
</div >
71
71
</form >
72
-
73
- <style lang =" scss" >
74
- .form-check {
75
- margin-top : 1em ;
76
- margin-bottom : 1em ;
77
- }
78
- </style >
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ const config = {
22
22
kit : {
23
23
adapter : adapter ( ) ,
24
24
25
+ prerender : {
26
+ default : true ,
27
+ } ,
28
+
25
29
vite : {
26
30
prebundleSvelteLibraries : true ,
27
31
plugins : [
Original file line number Diff line number Diff line change 1
1
{
2
+ "extends" : " ./.svelte-kit/tsconfig.json" ,
2
3
"compilerOptions" : {
3
4
"moduleResolution" : " node" ,
4
5
"module" : " es2020" ,
You can’t perform that action at this time.
0 commit comments