Skip to content

Commit ed352e0

Browse files
authored
chore: generate latest demo app (#194)
* chore: generate latest demo app * style: format
1 parent 7274960 commit ed352e0

16 files changed

+611
-1108
lines changed

demo/.gitignore

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
1-
.DS_Store
1+
test-results
22
node_modules
3-
/build
3+
4+
# Output
5+
.output
6+
.vercel
7+
.netlify
8+
.wrangler
49
/.svelte-kit
5-
/package
10+
/build
11+
12+
# OS
13+
.DS_Store
14+
Thumbs.db
15+
16+
# Env
617
.env
718
.env.*
819
!.env.example
9-
.vercel
10-
.output
20+
!.env.test
21+
22+
# Vite
1123
vite.config.js.timestamp-*
1224
vite.config.ts.timestamp-*
25+
1326
sk_render/

demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ npm run build
2929

3030
You can preview the production build with `npm run preview`.
3131

32-
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
32+
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.

demo/jsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"strict": true,
1212
"moduleResolution": "bundler"
1313
}
14-
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias and https://kit.svelte.dev/docs/configuration#files
14+
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
15+
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
1516
//
1617
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
1718
// from the referenced tsconfig.json - TypeScript does not merge them in

0 commit comments

Comments
 (0)