Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .github/workflows/ci.yml
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ src/fable_modules
## lock files
bun.lock
package-lock.json

.fake
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified eslint.config.js
100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions package.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest"
"test": "vitest run --environment jsdom"
},
"dependencies": {
"react": "^18.3.1",
Expand All @@ -29,9 +29,9 @@
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"jsdom": "^22.1.0",
"vite": "^6.0.1",
"vite-plugin-fable": "^0.0.36",
"vitest": "^2.1.8"
"vite": "^7.0.0",
"vite-plugin-fable": "^0.2.0",
"vitest": "^3.2.4"
},
"trustedDependencies": ["esbuild", "vite-plugin-fable"],
"engines": {
Expand Down
Empty file modified public/vite.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified sample-splash-page.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified santa-feliz.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/App.css
100644 → 100755
Empty file.
Empty file modified src/App.fs
100644 → 100755
Empty file.
Empty file modified src/App.fsproj
100644 → 100755
Empty file.
Empty file modified src/Components.fs
100644 → 100755
Empty file.
Empty file modified src/Components.test.fs
100644 → 100755
Empty file.
Empty file modified src/assets/react.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/assets/vite.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/index.css
100644 → 100755
Empty file.
Empty file modified src/index.html
100644 → 100755
Empty file.
Empty file modified vite-fable-plugin.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified vite.config.js
100644 → 100755
Empty file.
Empty file modified vitest.ts
100644 → 100755
Empty file.