File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # These are supported funding model platforms
2
+
3
+ github : ota-meshi
4
+ # patreon: # Replace with a single Patreon username
5
+ # open_collective: # Replace with a single Open Collective username
6
+ # ko_fi: # Replace with a single Ko-fi username
7
+ # tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8
+ # community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ # liberapay: # Replace with a single Liberapay username
10
+ # issuehunt: # Replace with a single IssueHunt username
11
+ # otechie: # Replace with a single Otechie username
12
+ # custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
Original file line number Diff line number Diff line change 1
1
import staticAdapter from '@sveltejs/adapter-static' ;
2
2
import { resolve } from 'path' ;
3
+
3
4
/** @type {import('@sveltejs/kit').Config } */
4
5
const config = {
5
6
kit : {
@@ -16,6 +17,9 @@ const config = {
16
17
fallback : null
17
18
} ) ,
18
19
vite : {
20
+ server : {
21
+ fs : { strict : false }
22
+ } ,
19
23
resolve : {
20
24
alias : {
21
25
assert : resolve ( './build-system/shim/assert.js' ) ,
You can’t perform that action at this time.
0 commit comments