Initial version #1

Merged
drm merged 6 commits from dev into prod 2025-07-30 23:31:41 -04:00
3 changed files with 23 additions and 16 deletions
Showing only changes of commit fb6394ee0e - Show all commits

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,5 +1,5 @@
{
"name": "example-bare",
"name": "games",
"type": "module",
"scripts": {
"dev": "vinxi dev",

1
test
View File

@@ -1 +0,0 @@
test