fix(core): update
This commit is contained in:
9
test/devserver.ts
Normal file
9
test/devserver.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { UiPublicServer } from '../ts';
|
||||
|
||||
export const defaultPublicServer = new UiPublicServer({
|
||||
port: 3000,
|
||||
packageBaseDirectory: './ts',
|
||||
npmRegistryUrl: 'https://registry.npmjs.org',
|
||||
allowedPackages: ['@pushrocks/smartfile', '@pushrocks/smarturl', '@pushrocks/notthere'],
|
||||
mode: 'dev',
|
||||
});
|
||||
Reference in New Issue
Block a user