This commit is contained in:
Felix Roos 2022-02-05 13:05:08 +01:00
parent df865e323d
commit 6eae714d1d
13 changed files with 30463 additions and 0 deletions

3
docs/_snowpack/env.js Normal file
View file

@ -0,0 +1,3 @@
export const MODE = "production";
export const NODE_ENV = "production";
export const SSR = false;