update root filenames

This commit is contained in:
tree 2023-06-28 04:01:00 +00:00
rodič 767bc77b88
revize e1b6a228ce
3 změnil soubory, kde provedl 13 přidání a 1 odebrání

11
.gitignore vendorováno
Zobrazit soubor

@ -1 +1,10 @@
.env
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

Zobrazit soubor

@ -37,6 +37,9 @@ fmt: format
rebuild: be-restart fe-rebuild
start:
pm2 start pm2.config.js
test:
deno test --unstable --allow-read ./backend/test.js

Zobrazit soubor