Skip to content

Commit

Permalink
Initialize web application via create-cloudflare CLI
Browse files Browse the repository at this point in the history
Details:
  C3 = [email protected]
  project name = benhalverson
  framework = angular
  framework cli = @angular/[email protected]
  package manager = [email protected]
  wrangler = [email protected]
  git = 2.25.1
  • Loading branch information
benhalverson committed Apr 16, 2024
1 parent c1fdd8f commit 18631e9
Show file tree
Hide file tree
Showing 11 changed files with 1,551 additions and 98 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ testem.log
# System files
.DS_Store
Thumbs.db

# wrangler files
.wrangler
.dev.vars
7 changes: 4 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/benhalverson",
"outputPath": "dist",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
Expand All @@ -30,7 +30,8 @@
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
"src/assets",
"src/_routes.json"
],
"styles": [
"src/styles.scss"
Expand Down Expand Up @@ -106,4 +107,4 @@
}
}
}
}
}
Loading

0 comments on commit 18631e9

Please sign in to comment.