File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,17 @@ documentation.
69
69
- [ Amazon Web Services] [ aws-container-registry ]
70
70
- [ Google Cloud] [ gcp-container-registry ]
71
71
72
+ ## Self Contained Executable
73
+
74
+ With Deno 2.1, you can create a self-contained executable of your Fresh project
75
+ that includes all assets and dependencies. This executable can run on any
76
+ platform without requiring Deno to be installed.
77
+
78
+ ``` sh Terminal
79
+ $ deno build
80
+ $ deno compile --include static --include _fresh --include deno.json -A main.ts
81
+ ```
82
+
72
83
[ aws-container-registry ] : https://docs.aws.amazon.com/AmazonECS/latest/userguide/create-container-image.html#create-container-image-push-ecr
73
84
[ gcp-container-registry ] : https://cloud.google.com/container-registry/docs/pushing-and-pulling
74
85
[ deno-deploy ] : https://deno.com/deploy
You can’t perform that action at this time.
0 commit comments