Skip to content

Commit

Permalink
Merge pull request #96 from DanBot-Hosting/dibster-testing
Browse files Browse the repository at this point in the history
chore: testing
  • Loading branch information
Kyro3400 authored Oct 2, 2024
2 parents 5555909 + 71f1be0 commit 3332a4c
Show file tree
Hide file tree
Showing 4 changed files with 4,805 additions and 4,980 deletions.
15 changes: 11 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
node_modules
.npm
# Folders:
node_modules/
.next/
.npm/
.yarn/*
.next
styled-system/

# Files:
!.yarn/releases
.gitconfig
start.bat
package-lock.json

# Configuration:
start.sh
5 changes: 0 additions & 5 deletions start.bat

This file was deleted.

5 changes: 5 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
git pull
npm install
npm build
PORT=7000 npm run start
bash
Loading

0 comments on commit 3332a4c

Please sign in to comment.