Skip to content

Commit

Permalink
Merge pull request #7 from npg418/dev
Browse files Browse the repository at this point in the history
Hotfix: Deno Deployでtailwindcssがビルドされない問題
  • Loading branch information
npg418 authored Mar 2, 2024
2 parents c8f0533 + 90fc697 commit ef6cdd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env -S deno run -A --watch=static/,routes/

import dev from '$fresh/dev.ts';
import config from '@/fresh.config.ts';

await dev(import.meta.url, './main.ts');
await dev(import.meta.url, './main.ts', config);

0 comments on commit ef6cdd8

Please sign in to comment.