Bump version, add .dockerignore to improve buildtimes
This commit is contained in:
parent
7dcf0c8b1b
commit
958eabe76e
9
.dockerignore
Normal file
9
.dockerignore
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
.DS_Store
|
||||||
|
node_modules
|
||||||
|
/build
|
||||||
|
/package
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
vite.config.js.timestamp-*
|
||||||
|
vite.config.ts.timestamp-*
|
@ -1,3 +1,3 @@
|
|||||||
export const version: string = '2024.04.3';
|
export const version: string = '2024.04.4';
|
||||||
export const versionTag: string = 'swarm';
|
export const versionTag: string = '';
|
||||||
export const showWelcome: boolean = true;
|
export const showWelcome: boolean = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user