Skip to content

Commit

Permalink
có escape trong deploy.yaml ThanhPhan BoTro
Browse files Browse the repository at this point in the history
  • Loading branch information
ooker777 committed Jan 27, 2024
1 parent 6376ca8 commit c87ba48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"tasks": {
"start": "deno run -A --watch=static/,routes/ 'ThanhPhan BoTro/web/dev.ts'",
"build": "deno run -A './ThanhPhan BoTro/web/dev.ts' build",
"preview": "deno run -A './ThanhPhan BoTro/web/main.ts'"
"build": "deno run -A 'ThanhPhan BoTro/web/dev.ts' build",
"preview": "deno run -A 'ThanhPhan BoTro/web/main.ts'"
},
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"nodeModulesDir": true,
Expand Down

0 comments on commit c87ba48

Please sign in to comment.