Skip to content

Commit 579a713

Browse files
Bump cookie, @remix-run/node, @remix-run/serve and @remix-run/dev
1 parent 726b06d commit 579a713

80 files changed

Lines changed: 37703 additions & 36830 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/prod.yml

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
name: Prod deploy
2-
3-
# Controls when the action will run.
4-
on:
5-
# Triggers the workflow on push or pull request events but only for the master branch
6-
push:
7-
branches:
8-
- main
9-
pull_request:
10-
types:
11-
- closed
12-
branches:
13-
- main
14-
15-
jobs:
16-
if_merged:
17-
if: github.event.pull_request.merged == true
18-
name: 🎉 Deploy
19-
runs-on: ubuntu-latest
20-
21-
steps:
22-
- name: 🚚 Get latest code
23-
uses: actions/checkout@v4
24-
25-
- name: Use Node.js 20
26-
uses: actions/setup-node@v4
27-
with:
28-
node-version: "20"
29-
30-
- name: 🔨 Build Project
31-
run: |
32-
cd vite
33-
corepack enable
34-
yarn set version 4.6.0
35-
yarn
36-
yarn build
37-
38-
- name: 📂 Deploy to Server
39-
uses: easingthemes/ssh-deploy@v4
40-
env:
41-
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
42-
# ARGS: "-rltgoDzvO --delete"
43-
SOURCE: "vite/dist/"
44-
REMOTE_HOST: 192.34.62.123
45-
REMOTE_USER: berry
46-
TARGET: public_html/free
47-
EXCLUDE: "/vite/node_modules/"
1+
name: Prod deploy
2+
3+
# Controls when the action will run.
4+
on:
5+
# Triggers the workflow on push or pull request events but only for the master branch
6+
push:
7+
branches:
8+
- main
9+
pull_request:
10+
types:
11+
- closed
12+
branches:
13+
- main
14+
15+
jobs:
16+
if_merged:
17+
if: github.event.pull_request.merged == true
18+
name: 🎉 Deploy
19+
runs-on: ubuntu-latest
20+
21+
steps:
22+
- name: 🚚 Get latest code
23+
uses: actions/checkout@v4
24+
25+
- name: Use Node.js 20
26+
uses: actions/setup-node@v4
27+
with:
28+
node-version: "20"
29+
30+
- name: 🔨 Build Project
31+
run: |
32+
cd vite
33+
corepack enable
34+
yarn set version 4.6.0
35+
yarn
36+
yarn build
37+
38+
- name: 📂 Deploy to Server
39+
uses: easingthemes/ssh-deploy@v4
40+
env:
41+
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
42+
# ARGS: "-rltgoDzvO --delete"
43+
SOURCE: "vite/dist/"
44+
REMOTE_HOST: 192.34.62.123
45+
REMOTE_USER: berry
46+
TARGET: public_html/free
47+
EXCLUDE: "/vite/node_modules/"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
config.bat
2+
node_modules

LICENSE

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
MIT License
2-
3-
Copyright (c) 2025 CodedThemes
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
MIT License
2+
3+
Copyright (c) 2025 CodedThemes
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 174 additions & 174 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)