Skip to content

Commit

Permalink
Merge pull request #310 from elsoul/tmp
Browse files Browse the repository at this point in the history
add firebase json for template
  • Loading branch information
POPPIN-FUMI authored Mar 11, 2024
2 parents 1310dea + abde33b commit 4291065
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website-skeet-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
paths:
- 'packages/ai/docs/**'
- 'packages/ai/**'
- '.github/workflows/website-skeet-ai.yml'

jobs:
Expand Down
12 changes: 12 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"functions": [
{
"source": "templates/base-functions",
"codebase": "base-functions",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log"
]
}
],
"hosting": [
{
"target": "skeet-utils",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"ci:publish": "changeset publish",
"test": "pnpm run -r test",
"build": "pnpm run -r build",
"dev:func": "firebase emulators:start --only functions",
"cli": "pnpm -F \"@skeet-framework/cli\"",
"utils": "pnpm -F \"@skeet-framework/utils\"",
"discord:labo": "tsx ./common/runDiscordChangeLog.ts labo",
Expand Down
2 changes: 2 additions & 0 deletions ui-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Web / API server started at 127.0.0.1:4000
Web / API server started at ::1:4000

0 comments on commit 4291065

Please sign in to comment.