Skip to content

Commit

Permalink
Change ROKT to tim&koko
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlena committed Jun 18, 2024
1 parent 73238bf commit c2b7159
Show file tree
Hide file tree
Showing 13 changed files with 279 additions and 270 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ node_modules
/package
.vercel
.output
/infrastructure
19 changes: 14 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
.DS_Store
node_modules
/build

# Output
.output
.vercel
/.svelte-kit
/package
/build

# OS
.DS_Store
Thumbs.db

# Env
.env
.env.*
!.env.example
.vercel
.output
!.env.test

# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
7 changes: 2 additions & 5 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
# Package Managers
package-lock.json
pnpm-lock.yaml
yarn.lock

# OpenTofu
/infrastructure
503 changes: 254 additions & 249 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"deploy": "cd infrastructure && tofu init && tofu apply -auto-approve=true && cd .. && aws s3 sync build s3://bespinian.io --delete --exclude '_app/immutable/*' && aws s3 sync build s3://bespinian.io --delete --cache-control 'max-age=31536000' --exclude '*' --include '_app/immutable/*'"
"format": "prettier --write ."
},
"devDependencies": {
"@fontsource/lato": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/images/begasoft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c2b7159

Please sign in to comment.