consts centralized
This commit is contained in:
parent
dfea6814e9
commit
86ff92511e
2 changed files with 6 additions and 0 deletions
3
packages/shared/src/global-consts.ts
Normal file
3
packages/shared/src/global-consts.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
export const globalConsts = {
|
||||||
|
apiUrl: "http://localhost:4004",
|
||||||
|
} as const;
|
||||||
|
|
@ -20,3 +20,6 @@ export type {
|
||||||
// Shared schemas
|
// Shared schemas
|
||||||
export * from './schemas/product'
|
export * from './schemas/product'
|
||||||
export * from './schemas/stock'
|
export * from './schemas/stock'
|
||||||
|
|
||||||
|
// Global constants
|
||||||
|
export { globalConsts } from './global-consts'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue