diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..944fa0c --- /dev/null +++ b/.dockerignore @@ -0,0 +1,9 @@ +.DS_Store +node_modules +/build +/package +.env +.env.* +!.env.example +vite.config.js.timestamp-* +vite.config.ts.timestamp-* diff --git a/src/lib/stores/version.ts b/src/lib/stores/version.ts index 7020a57..888e7d3 100644 --- a/src/lib/stores/version.ts +++ b/src/lib/stores/version.ts @@ -1,3 +1,3 @@ -export const version: string = '2024.04.3'; -export const versionTag: string = 'swarm'; -export const showWelcome: boolean = true; +export const version: string = '2024.04.4'; +export const versionTag: string = ''; +export const showWelcome: boolean = false;