feat: init
This commit is contained in:
		
							
								
								
									
										15
									
								
								main.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								main.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| /// <reference no-default-lib="true" /> | ||||
| /// <reference lib="dom" /> | ||||
| /// <reference lib="dom.iterable" /> | ||||
| /// <reference lib="dom.asynciterable" /> | ||||
| /// <reference lib="deno.ns" /> | ||||
|  | ||||
| import "$std/dotenv/load.ts"; | ||||
|  | ||||
| import { start } from "$fresh/server.ts"; | ||||
| import manifest from "./fresh.gen.ts"; | ||||
|  | ||||
| import twindPlugin from "$fresh/plugins/twind.ts"; | ||||
| import twindConfig from "./twind.config.ts"; | ||||
|  | ||||
| await start(manifest, { plugins: [twindPlugin(twindConfig)] }); | ||||
		Reference in New Issue
	
	Block a user