Skip to content

Commit ec90c48

Browse files
committed
Switch production flag on for standalone build
1 parent 65558cd commit ec90c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environments/environment.standalone.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {Environment} from "./environment.model";
22

33
export const environment: Environment = {
4-
production: false,
4+
production: true,
55
label: "standalone",
66
disableBackend: true,
77
customElement: true,

0 commit comments

Comments
 (0)