Skip to content

Commit

Permalink
Merge pull request #46 from zodiac-G12/feature/replace-solid
Browse files Browse the repository at this point in the history
Feature/replace solid
  • Loading branch information
zodiac-G12 authored Jul 10, 2024
2 parents 47cdfaf + 813ad54 commit 59e747f
Show file tree
Hide file tree
Showing 84 changed files with 439 additions and 225 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI

on:
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
push:
branches: [ master ]
pull_request:
branches: [ master ]

workflow_dispatch:

Expand All @@ -19,8 +19,6 @@ jobs:

- name: build
run: npm run build
env:
BASE_PATH: /

- name: create .nojekyll
run: touch .output/public/.nojekyll
Expand Down
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm lint-staged
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.2.0
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
4 changes: 2 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from "@solidjs/start/config";
export default defineConfig({
ssr: true,
server: {
baseURL: '/',
preset: 'static',
baseURL: "/",
preset: "static",
},
});
24 changes: 24 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"enabled": true
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 80,
"lineEnding": "lf",
"ignore": []
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"correctness": {
"useJsxKeyInIterable": "off"
}
}
}
}
78 changes: 0 additions & 78 deletions docs/_build/.vite/manifest.json

This file was deleted.

Binary file removed docs/_build/.vite/manifest.json.br
Binary file not shown.
Binary file removed docs/_build/.vite/manifest.json.gz
Binary file not shown.
Binary file removed docs/_build/assets/blog-D5gNVAIv.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/_build/assets/client-0BtBJRz1.css

This file was deleted.

Binary file removed docs/_build/assets/client-0BtBJRz1.css.br
Binary file not shown.
Binary file removed docs/_build/assets/client-0BtBJRz1.css.gz
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/_build/assets/client-Bgy5SHLi.js

This file was deleted.

Binary file removed docs/_build/assets/client-Bgy5SHLi.js.br
Binary file not shown.
Binary file removed docs/_build/assets/client-Bgy5SHLi.js.gz
Binary file not shown.
Binary file removed docs/_build/assets/figma-DmTJe02N.webp
Binary file not shown.
1 change: 0 additions & 1 deletion docs/_build/assets/index-Dwv8Tw3o.js

This file was deleted.

Binary file removed docs/_build/assets/index-Dwv8Tw3o.js.br
Binary file not shown.
Binary file removed docs/_build/assets/index-Dwv8Tw3o.js.gz
Binary file not shown.
Loading

0 comments on commit 59e747f

Please sign in to comment.