In the middle of replacing fs and project functions
This commit is contained in:
8
src/lib/electron.ts
Normal file
8
src/lib/electron.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { app, ipcMain } from 'electron'
|
||||
|
||||
const DEFAULT_HOST = "https://api.zoo.dev"
|
||||
const SETTINGS_FILE_NAME = "settings.toml"
|
||||
const PROJECT_SETTINGS_FILE_NAME = "project.toml"
|
||||
const PROJECT_FOLDER = "zoo-modeling-app-projects"
|
||||
|
||||
|
Reference in New Issue
Block a user