oops unpublish the thing
This commit is contained in:
parent
72b61a2dd2
commit
816d97849a
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
title = "A Query about Game State"
|
title = "A Query about Game State"
|
||||||
created_date = "2024-11-30"
|
#created_date = "2024-11-30"
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,11 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "roxy_cli content dist && ln -s $(realpath static) dist/static",
|
"copy:static": "ln -sfn $(realpath static) dist/static 2>/dev/null",
|
||||||
|
"build": "roxy_cli content dist && npm run copy:static",
|
||||||
"watch": "./dev",
|
"watch": "./dev",
|
||||||
"dev": "npm run build && npm run watch & wrangler pages dev --live-reload && fg",
|
"dev": "npm run build && npm run watch & wrangler pages dev --live-reload && fg",
|
||||||
"deploy": "npm run build && wrangler pages deploy --project-name kitsunecafe"
|
"deploy": "wrangler pages deploy --project-name kitsunecafe"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
Loading…
Reference in a new issue