Skip to content

Commit

Permalink
Merge pull request #119 from rpitv/116-nodecg-as-dependency
Browse files Browse the repository at this point in the history
116 nodecg as dependency
  • Loading branch information
ifrog800 authored Feb 8, 2025
2 parents 2675e08 + b09f473 commit 807c458
Show file tree
Hide file tree
Showing 9 changed files with 6,420 additions and 644 deletions.
14 changes: 11 additions & 3 deletions apps/graphics/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/assets
/bundles
/cfg
/db

# Logs
logs
*.log
Expand Down Expand Up @@ -104,6 +109,12 @@ dist
# vuepress v2.x temp and cache directory
.temp

# vitepress build output
**/.vitepress/dist

# vitepress cache directory
**/.vitepress/cache

# Docusaurus cache and generated files
.docusaurus

Expand Down Expand Up @@ -143,6 +154,3 @@ dist

# jet brains
.idea

# firebase
/src/dashboard/firebase.ts
4 changes: 2 additions & 2 deletions apps/graphics/clean.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {unlink, readFile, readdirSync, statSync, unlinkSync} from "fs";
import { join, extname } from "path";
import * as fs from "fs";
import {readdirSync, statSync, unlinkSync} from "fs";
import {extname, join} from "path";


const directories = [
Expand Down
Loading

0 comments on commit 807c458

Please sign in to comment.