Skip to content

Commit

Permalink
sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 23, 2024
1 parent 98c8667 commit 98f56bb
Show file tree
Hide file tree
Showing 10 changed files with 10,948 additions and 109 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ yarn-error.log
*.iml

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
Expand Down
6 changes: 4 additions & 2 deletions .svelte-kit/ambient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ declare module '$env/static/private' {
export const EDITOR: string;
export const EFC_19720: string;
export const FILE_PWD: string;
export const FPS_BROWSER_APP_PROFILE_STRING: string;
export const FPS_BROWSER_USER_PROFILE_STRING: string;
export const GIT_ASKPASS: string;
export const HOMEDRIVE: string;
export const HOMEPATH: string;
Expand All @@ -129,7 +131,6 @@ declare module '$env/static/private' {
export const NU_LOG_FORMAT: string;
export const NU_VERSION: string;
export const NVTOOLSEXT_PATH: string;
export const OLDPWD: string;
export const OneDrive: string;
export const ORIGINAL_XDG_CURRENT_DESKTOP: string;
export const OS: string;
Expand Down Expand Up @@ -290,6 +291,8 @@ declare module '$env/dynamic/private' {
EDITOR: string;
EFC_19720: string;
FILE_PWD: string;
FPS_BROWSER_APP_PROFILE_STRING: string;
FPS_BROWSER_USER_PROFILE_STRING: string;
GIT_ASKPASS: string;
HOMEDRIVE: string;
HOMEPATH: string;
Expand All @@ -312,7 +315,6 @@ declare module '$env/dynamic/private' {
NU_LOG_FORMAT: string;
NU_VERSION: string;
NVTOOLSEXT_PATH: string;
OLDPWD: string;
OneDrive: string;
ORIGINAL_XDG_CURRENT_DESKTOP: string;
OS: string;
Expand Down
2 changes: 1 addition & 1 deletion .svelte-kit/generated/server/internal.js

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

Loading

0 comments on commit 98f56bb

Please sign in to comment.