Skip to content

Commit

Permalink
➖ No need to use Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Aug 11, 2024
1 parent 6141d78 commit d276072
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 101 deletions.
Binary file removed design/favicon.ico
Binary file not shown.
Binary file removed design/favicon.png
Binary file not shown.
9 changes: 0 additions & 9 deletions design/global.css

This file was deleted.

19 changes: 0 additions & 19 deletions design/index.html

This file was deleted.

1 change: 0 additions & 1 deletion design/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion design/sikessem.svg

This file was deleted.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,13 @@
"check.format": "biome format .",
"check.lint": "biome check .",
"debug": "pnpm check && pnpm test",
"dev": "concurrently \"vite --host\" \"vitest\"",
"fix": "pnpm lint && pnpm format",
"format": "biome format --write .",
"inspect": "node --inspect-brk ./node_modules/vite/bin/vite.js --force",
"lint": "biome check --write .",
"preview": "vite preview",
"test": "vitest run",
"test.ui": "vitest --ui",
"test.cov": "vitest run --coverage",
"start": "vite --open",
"watch": "tsm scripts/build.ts --watch"
},
"devDependencies": {
Expand All @@ -82,8 +79,6 @@
"tslib": "^2.6.3",
"tsm": "^2.3.0",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
"dependencies": {
Expand Down
44 changes: 0 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const UIConfig: Config = {
"./config/ui.php",
"./src/Components/**/*.php",
"./resources/views/**/*.blade.php",
"./design/**/*.{html,css,ts}",
],

theme: {
Expand Down
21 changes: 0 additions & 21 deletions vite.config.ts

This file was deleted.

0 comments on commit d276072

Please sign in to comment.