Initialize web application via create-cloudflare CLI

Details:
  C3 = create-cloudflare@2.50.9
  project name = dutylog
  framework = qwik
  framework cli = create-qwik@1.15.0
  package manager = npm@10.8.2
  wrangler = wrangler@4.29.0
  git = 2.50.1
This commit is contained in:
Ean Milligan
2025-08-18 01:43:50 -04:00
commit b1fb6794e8
54 changed files with 11977 additions and 0 deletions

52
.gitignore vendored Normal file
View File

@@ -0,0 +1,52 @@
# Build
/dist
/lib
/lib-types
/server
# Development
node_modules
.env
*.local
# Cache
.cache
.mf
.rollup.cache
tsconfig.tsbuildinfo
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Editor
.vscode/*
!.vscode/launch.json
!.vscode/*.code-snippets
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Yarn
.yarn/*
!.yarn/releases
# Cloudflare
functions/**/*.js
# wrangler files
.wrangler
.dev.vars*
!.dev.vars.example
.env*
!.env.example