deployment

This commit is contained in:
2025-07-30 21:01:02 -04:00
parent 31da3ae21c
commit fb6394ee0e
3 changed files with 23 additions and 16 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
SHELL := /bin/bash
build:
pnpm install
pnpm run build
deploy:
pnpm run start

View File

@@ -1,17 +1,17 @@
{ {
"name": "example-bare", "name": "games",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vinxi dev", "dev": "vinxi dev",
"build": "vinxi build", "build": "vinxi build",
"start": "vinxi start" "start": "vinxi start"
}, },
"dependencies": { "dependencies": {
"@solidjs/start": "^1.1.0", "@solidjs/start": "^1.1.0",
"solid-js": "^1.9.5", "solid-js": "^1.9.5",
"vinxi": "^0.5.7" "vinxi": "^0.5.7"
}, },
"engines": { "engines": {
"node": ">=22" "node": ">=22"
} }
} }

1
test
View File

@@ -1 +0,0 @@
test