diff options
| author | Bobby <[email protected]> | 2026-04-22 08:10:30 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-04-22 08:10:30 +0530 |
| commit | 0bb36660ec4bceeb4bd9b18cf47a30ba8eded427 (patch) | |
| tree | f94aa2de99dcb7ee87639a3f60539fd376577bb9 /svelte.config.js | |
| parent | e72162b34bddbf04998eea934335e9496b8649f8 (diff) | |
| download | hollowdark-0bb36660ec4bceeb4bd9b18cf47a30ba8eded427.tar.xz hollowdark-0bb36660ec4bceeb4bd9b18cf47a30ba8eded427.zip | |
Rename ui-lib to lib, split Begin into smaller components, add Credits, bump version to 1.0 from package.json
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js index 9c9ccc0..f6a0a05 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -23,7 +23,7 @@ const config = { hooks: { client: 'hooks/client.ts' }, - lib: 'ui-lib', + lib: 'lib', params: 'params', routes: 'routes', serviceWorker: 'service-worker.ts' |
